mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-07 08:24:53 -04:00
Color filler for the QSlider (#100)
This commit is contained in:
@@ -961,6 +961,14 @@ QSlider::handle:horizontal {
|
||||
border-radius: 9px;
|
||||
}
|
||||
|
||||
QSlider::sub-page:horizontal {
|
||||
border: 1px solid #565a5e;
|
||||
height: 4px;
|
||||
background: #3daee9;
|
||||
margin: 0px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
QSlider::groove:vertical {
|
||||
border: 1px solid #565a5e;
|
||||
width: 4px;
|
||||
@@ -978,6 +986,14 @@ QSlider::handle:vertical {
|
||||
border-radius: 9px;
|
||||
}
|
||||
|
||||
QSlider::sub-page:vertical {
|
||||
border: 1px solid #565a5e;
|
||||
width: 4px;
|
||||
background: #3daee9;
|
||||
margin: 0px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
QToolButton {
|
||||
background-color: transparent;
|
||||
border: 1px transparent #76797C;
|
||||
|
||||
Reference in New Issue
Block a user