[Update] Main Window: Sidebar Language Settings DropdownButton ホバー時とクリック時の色を追加。

その他要らないコードの削除や、widgetの親frameの指定忘れ(被り)の修正。
This commit is contained in:
Sakamoto Shiina
2023-09-13 10:14:57 +09:00
parent bbfbb5e5dc
commit 3714162340
2 changed files with 9 additions and 31 deletions

View File

@@ -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