UI: Fix styling of buttons in scene switcher dialog

Set the tool buttons in the advanced scene switcher dialog to use
tool button styling and remove fixed sizing.
master
cg2121 2022-08-29 19:19:58 -05:00 committed by Ryan Foster
parent edca16d77d
commit 18ae6bb4d7
1 changed files with 10 additions and 4 deletions

View File

@ -66,8 +66,8 @@
<widget class="QPushButton" name="add">
<property name="maximumSize">
<size>
<width>22</width>
<height>22</height>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="flat">
@ -76,14 +76,17 @@
<property name="themeID" stdset="0">
<string notr="true">addIconSmall</string>
</property>
<property name="toolButton" stdset="0">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="remove">
<property name="maximumSize">
<size>
<width>22</width>
<height>22</height>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="flat">
@ -92,6 +95,9 @@
<property name="themeID" stdset="0">
<string notr="true">removeIconSmall</string>
</property>
<property name="toolButton" stdset="0">
<bool>true</bool>
</property>
</widget>
</item>
<item>