Add a minimum size on ZL/ZR sliders for themes with have big handles

KDE Plasma's Breeze has big slider handle, which is cut off so let's add
a minimum size to these sliders.
This commit is contained in:
Joshua Goins 2023-05-16 15:25:36 -04:00
commit e3df744955

View file

@ -1329,10 +1329,16 @@
</item>
<item>
<widget class="QSlider" name="sliderZLThreshold">
<property name="minimumSize">
<size>
<width>0</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>15</height>
<height>20</height>
</size>
</property>
<property name="maximum">
@ -1776,10 +1782,16 @@
</item>
<item>
<widget class="QSlider" name="sliderZRThreshold">
<property name="minimumSize">
<size>
<width>0</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>15</height>
<height>20</height>
</size>
</property>
<property name="maximum">