Make speed scale look consistent with volume scale on fullscreen

This commit is contained in:
Rafał Dzięgiel
2021-01-22 11:45:43 +01:00
parent d8c6c61f1b
commit 20f03423f3
2 changed files with 9 additions and 3 deletions

1
src/controls.js vendored
View File

@@ -327,6 +327,7 @@ class ClapperControls extends Gtk.Box
hexpand: true,
valign: Gtk.Align.CENTER,
});
speedScale.add_css_class('speedscale');
this.speedAdjustment = speedScale.get_adjustment();
this.speedAdjustment.set_lower(0.01);