UI: Fix scripts dialog buttons

The tool buttons would be rendered incorrectly in the Yami based
themes.
master
cg2121 2022-08-21 13:47:07 -05:00 committed by Jim
parent f7d815b79b
commit a92c439af9
1 changed files with 36 additions and 9 deletions

View File

@ -53,10 +53,16 @@
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QPushButton" name="addScripts">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>22</width>
<height>22</height>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
@ -74,14 +80,23 @@
<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="removeScripts">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>22</width>
<height>22</height>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
@ -99,14 +114,23 @@
<property name="themeID" stdset="0">
<string notr="true">removeIconSmall</string>
</property>
<property name="toolButton" stdset="0">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="reloadScripts">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>22</width>
<height>22</height>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
@ -124,6 +148,9 @@
<property name="themeID" stdset="0">
<string notr="true">refreshIconSmall</string>
</property>
<property name="toolButton" stdset="0">
<bool>true</bool>
</property>
</widget>
</item>
<item>
@ -184,15 +211,15 @@
<property name="text">
<string notr="true"/>
</property>
<property name="openExternalLinks">
<bool>false</bool>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="margin">
<number>12</number>
</property>
<property name="openExternalLinks">
<bool>false</bool>
</property>
</widget>
</item>
</layout>