smaller volume slider
This commit is contained in:
parent
1d768e8d74
commit
4713b2b902
2 changed files with 7 additions and 0 deletions
|
@ -4,3 +4,9 @@
|
|||
min-width: 10px;
|
||||
min-height: 10px;
|
||||
}
|
||||
|
||||
#volume-scale slider {
|
||||
margin: -5px;
|
||||
min-width: 15px;
|
||||
min-height: 15px;
|
||||
}
|
||||
|
|
|
@ -235,6 +235,7 @@ paintable: bind template.playing_cover_art;
|
|||
}
|
||||
|
||||
Scale {
|
||||
name: "volume-scale";
|
||||
orientation: horizontal;
|
||||
width-request: 130;
|
||||
|
||||
|
|
Loading…
Reference in a new issue