Fix invisible unfullscreen button

This commit is contained in:
Rafostar
2020-09-12 19:28:17 +02:00
parent 6938f01433
commit 71c5454547
2 changed files with 2 additions and 1 deletions

View File

@@ -14,6 +14,8 @@ class BoxedIconButton extends Gtk.Button
this.box = new Gtk.Box();
this.box.pack_start(this, false, false, 0);
super.show();
}
get visible()

View File

@@ -54,7 +54,6 @@ var Controls = GObject.registerClass({
Gtk.IconSize.SMALL_TOOLBAR,
true
);
this.fullscreenButton = Gtk.Button.new_from_icon_name(
'view-fullscreen-symbolic',
Gtk.IconSize.SMALL_TOOLBAR