Add controls background on fullscreen

This commit is contained in:
Rafostar
2020-09-04 10:47:05 +02:00
parent 54bbcd2eb1
commit 4e235a0e9b
2 changed files with 10 additions and 9 deletions

View File

@@ -31,7 +31,8 @@ var Controls = GObject.registerClass({
this.positionScale = new Gtk.Scale({
orientation: Gtk.Orientation.HORIZONTAL,
value_pos: Gtk.PositionType.LEFT,
draw_value: false
draw_value: false,
hexpand: true,
});
this.positionScale.connect(
'button-press-event', this._onPositionScaleButtonPressEvent.bind(this)