Add maximize button to XMLConsole window
This commit is contained in:
parent
43b3d1bd83
commit
5554e99452
|
@ -3365,8 +3365,6 @@ class XMLConsoleWindow(Gtk.Window):
|
|||
switch.connect("notify::active", self.on_enable)
|
||||
headerbar.pack_start(switch)
|
||||
|
||||
headerbar.set_decoration_layout(':minimize,close')
|
||||
|
||||
self.enabled = True
|
||||
self.presence = True
|
||||
self.message = True
|
||||
|
|
Loading…
Reference in New Issue