[bugfix] Config Window: Dropdown Menu Window. スクロールバー幅が左右で違っていたのを修正。
各Windowに1pxバグ検出用色追加と調整。
This commit is contained in:
@@ -13,6 +13,8 @@ class _CreateErrorWindow(CTkToplevel):
|
||||
self.wm_attributes("-alpha", 0)
|
||||
self.wm_attributes("-toolwindow", True)
|
||||
|
||||
self.configure(fg_color="#fff")
|
||||
|
||||
self.settings = settings
|
||||
self.attach_widget = None
|
||||
self._view_variable = view_variable
|
||||
|
||||
Reference in New Issue
Block a user