mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-07-01 17:19:47 +02:00
refactor(bec_main_window): main app theme renamed to View
This commit is contained in:
committed by
Jan Wyzula
co-authored by
Jan Wyzula
parent
b65a2f0d8c
commit
1ff943a2eb
@@ -357,7 +357,7 @@ class BECMainWindow(BECWidget, QMainWindow):
|
||||
|
||||
########################################
|
||||
# Theme menu
|
||||
theme_menu = menu_bar.addMenu("Theme")
|
||||
theme_menu = menu_bar.addMenu("View")
|
||||
|
||||
theme_group = QActionGroup(self)
|
||||
light_theme_action = QAction("Light Theme", self, checkable=True)
|
||||
|
||||
Reference in New Issue
Block a user