Fix qdarkstyle and midnight blue sliders being cropped

- Allow Threshold sliders in control configuration to be up to 40px tall, instead of 15
remotes/1744941127787619345/dev
flodavid 2 years ago committed by Crimson Hawk
parent c00c425b48
commit b28acaf7c9
No known key found for this signature in database
GPG Key ID: 0804DD39BB9BF5AC

@ -944,6 +944,10 @@ QListView::indicator:indeterminate:pressed {
image: url(:/qss_icons/rc/checkbox_indeterminate_focus.png);
}
QSlider:horizontal {
height: 20px;
}
QSlider::groove:horizontal {
border: 1px solid #565a5e;
height: 4px;

@ -1296,6 +1296,10 @@ QSlider:focus {
border: none;
}
QSlider:horizontal {
height: 20px;
}
QSlider::groove:horizontal {
background: #32414B;
border: 1px solid #32414B;

@ -1485,7 +1485,7 @@
<property name="maximumSize">
<size>
<width>70</width>
<height>15</height>
<height>40</height>
</size>
</property>
<property name="maximum">
@ -1932,7 +1932,7 @@
<property name="maximumSize">
<size>
<width>70</width>
<height>15</height>
<height>40</height>
</size>
</property>
<property name="maximum">

Loading…
Cancel
Save