mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-23 06:22:08 -05:00
Fix qdarkstyle and midnight blue sliders being cropped
- Allow Threshold sliders in control configuration to be up to 40px tall, instead of 15
This commit is contained in:
@@ -1296,6 +1296,10 @@ QSlider:focus {
|
||||
border: none;
|
||||
}
|
||||
|
||||
QSlider:horizontal {
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
QSlider::groove:horizontal {
|
||||
background: #32414B;
|
||||
border: 1px solid #32414B;
|
||||
|
Reference in New Issue
Block a user