mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-04-22 03:08:35 -04:00
Color filler for the QSlider (#100)
This commit is contained in:
parent
4a9f73b39c
commit
cc761f754c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user