[bugfix] Config Window: Dropdown Menu Window. スクロールバー幅が左右で違っていたのを修正。
各Windowに1pxバグ検出用色追加と調整。
This commit is contained in:
@@ -18,8 +18,7 @@ class _CreateSelectableLanguagesWindow(CTkToplevel):
|
||||
self.attach = vrct_gui.main_bg_container
|
||||
self.vrct_gui = vrct_gui
|
||||
|
||||
|
||||
self.configure(fg_color="black")
|
||||
self.configure(fg_color="#ff7f50")
|
||||
self.protocol("WM_DELETE_WINDOW", vrct_gui.closeSelectableLanguagesWindow)
|
||||
|
||||
self.settings = settings
|
||||
|
||||
Reference in New Issue
Block a user