[Refactor/fix] Config Window: _SettingBoxGenerator周りのリファクタリング。見た目は同じだけど構造を結構変えている。

また、ui_utilsにあるcreateButtonWithImageは、circleを廃止。
This commit is contained in:
Sakamoto Shiina
2023-09-29 02:51:51 +09:00
parent af07c85bf4
commit 3a4be19bb5
3 changed files with 73 additions and 137 deletions

View File

@@ -8,7 +8,7 @@ from ..ui_utils import getImagePath
class ConfigWindow(CTkToplevel):
def __init__(self, vrct_gui, settings, view_variable):
super().__init__()
self.withdraw()
# self.withdraw()
# configure window