mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-31 00:11:59 +02:00
Fix invisible unfullscreen button
This commit is contained in:
@@ -14,6 +14,8 @@ class BoxedIconButton extends Gtk.Button
|
|||||||
|
|
||||||
this.box = new Gtk.Box();
|
this.box = new Gtk.Box();
|
||||||
this.box.pack_start(this, false, false, 0);
|
this.box.pack_start(this, false, false, 0);
|
||||||
|
|
||||||
|
super.show();
|
||||||
}
|
}
|
||||||
|
|
||||||
get visible()
|
get visible()
|
||||||
|
1
clapper_src/controls.js
vendored
1
clapper_src/controls.js
vendored
@@ -54,7 +54,6 @@ var Controls = GObject.registerClass({
|
|||||||
Gtk.IconSize.SMALL_TOOLBAR,
|
Gtk.IconSize.SMALL_TOOLBAR,
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
|
|
||||||
this.fullscreenButton = Gtk.Button.new_from_icon_name(
|
this.fullscreenButton = Gtk.Button.new_from_icon_name(
|
||||||
'view-fullscreen-symbolic',
|
'view-fullscreen-symbolic',
|
||||||
Gtk.IconSize.SMALL_TOOLBAR
|
Gtk.IconSize.SMALL_TOOLBAR
|
||||||
|
Reference in New Issue
Block a user