[Update] Main Window: Sidebar Language Settings DropdownButton ホバー時とクリック時の色を追加。
その他要らないコードの削除や、widgetの親frameの指定忘れ(被り)の修正。
This commit is contained in:
@@ -151,6 +151,8 @@ class ColorThemeManager():
|
||||
self.main.SLS__BOX_ARROWS_TEXT_COLOR = self.DARK_500_COLOR
|
||||
|
||||
self.main.SLS__DROPDOWN_MENU_BG_COLOR = self.DARK_888_COLOR
|
||||
self.main.SLS__DROPDOWN_MENU_HOVERED_BG_COLOR = self.DARK_875_COLOR
|
||||
self.main.SLS__DROPDOWN_MENU_CLICKED_BG_COLOR = self.DARK_900_COLOR
|
||||
|
||||
|
||||
self.main.CONFIG_BUTTON_BG_COLOR = self.main.SIDEBAR_BG_COLOR
|
||||
|
||||
Reference in New Issue
Block a user