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