0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00

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.
This commit is contained in:
cg2121 2022-08-29 19:19:58 -05:00 committed by Ryan Foster
parent edca16d77d
commit 18ae6bb4d7

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>