diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-02 16:45:58 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-02 16:45:58 -0400 |
| commit | 71a9f085138bf8f9dc75a27abd9b54cdb89a0876 (patch) | |
| tree | 37d6aeb073dc40b5366e2af46868fffca6b7c70d /src/mainwindow.ui | |
| parent | e6706c7a5b82e68443de6ca262c77e1543986b1e (diff) | |
added medium toolbar icon size
Diffstat (limited to 'src/mainwindow.ui')
| -rw-r--r-- | src/mainwindow.ui | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index a4bd2888..29a8ac76 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -1358,9 +1358,6 @@ p, li { white-space: pre-wrap; } <height>36</height> </size> </property> - <property name="toolButtonStyle"> - <enum>Qt::ToolButtonTextUnderIcon</enum> - </property> <attribute name="toolBarArea"> <enum>TopToolBarArea</enum> </attribute> @@ -1438,6 +1435,7 @@ p, li { white-space: pre-wrap; } <addaction name="actionToolBarLinksToggle"/> <addaction name="separator"/> <addaction name="actionToolBarSmallIcons"/> + <addaction name="actionToolBarMediumIcons"/> <addaction name="actionToolBarLargeIcons"/> <addaction name="separator"/> <addaction name="actionToolBarIconsOnly"/> @@ -1786,6 +1784,11 @@ p, li { white-space: pre-wrap; } <string>I&cons and Text</string> </property> </action> + <action name="actionToolBarMediumIcons"> + <property name="text"> + <string>M&edium Icons</string> + </property> + </action> </widget> <layoutdefault spacing="6" margin="11"/> <customwidgets> |
