mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +02:00
Make speed scale look consistent with volume scale on fullscreen
This commit is contained in:
1
src/controls.js
vendored
1
src/controls.js
vendored
@@ -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);
|
||||
|
Reference in New Issue
Block a user