diff --git a/src/wavelet.css b/src/wavelet.css index 6f72c5d..a90a6e8 100644 --- a/src/wavelet.css +++ b/src/wavelet.css @@ -4,3 +4,9 @@ min-width: 10px; min-height: 10px; } + +#volume-scale slider { + margin: -5px; + min-width: 15px; + min-height: 15px; +} diff --git a/src/window.blp b/src/window.blp index cf512da..96319d9 100644 --- a/src/window.blp +++ b/src/window.blp @@ -235,6 +235,7 @@ paintable: bind template.playing_cover_art; } Scale { + name: "volume-scale"; orientation: horizontal; width-request: 130;