diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-02 21:50:52 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-02 21:50:52 -0400 |
| commit | 3c69f1e54ab1eb99b2d1b30e5dfa5f28239e4314 (patch) | |
| tree | dd2439bc23b0153a1aeb55fbd052add4114de1d3 /src/mainwindow.ui | |
| parent | 71a9f085138bf8f9dc75a27abd9b54cdb89a0876 (diff) | |
update styles to handle the new menu bar
also formatted the Transparent styles, all the css was on one line
added a separator before the settings menu item
fixed medium icon item not being checkable
Diffstat (limited to 'src/mainwindow.ui')
| -rw-r--r-- | src/mainwindow.ui | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index 29a8ac76..05d64bdf 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -1407,6 +1407,7 @@ p, li { white-space: pre-wrap; } <addaction name="separator"/> <addaction name="actionModify_Executables"/> <addaction name="actionTool"/> + <addaction name="separator"/> <addaction name="actionSettings"/> </widget> <widget class="QMenu" name="menu_Help"> @@ -1785,6 +1786,9 @@ p, li { white-space: pre-wrap; } </property> </action> <action name="actionToolBarMediumIcons"> + <property name="checkable"> + <bool>true</bool> + </property> <property name="text"> <string>M&edium Icons</string> </property> |
