[Update] Main Window: Language Selectable Window. UI Size変更対応。

This commit is contained in:
Sakamoto Shiina
2023-10-10 16:14:31 +09:00
parent 7fe1cb329a
commit 0b5b3a62fe
4 changed files with 32 additions and 10 deletions

View File

@@ -29,7 +29,7 @@ class _CreateModalWindow(CTkToplevel):
self.height_new = self.attach_window.winfo_height()
self.geometry('{}x{}+{}+{}'.format(self.width_new, self.height_new, self.x_pos, self.y_pos))
self.geometry("{}x{}+{}+{}".format(self.width_new, self.height_new, self.x_pos, self.y_pos))
self.grid_rowconfigure(0,weight=1)
self.grid_columnconfigure(0,weight=1)