Codebase list mirage / 50bb925
Use set_default_size() to set window size Thomas Ross 3 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
561561 hbox_statusbar.pack_start(self.statusbar2, False, True, 0)
562562 vbox.pack_start(hbox_statusbar, False, False, 0)
563563 self.window.add(vbox)
564 self.window.set_size_request(width, height)
564 self.window.set_default_size(width, height)
565565
566566 if self.simple_bgcolor:
567567 self.fullscreen_controls.modify_bg(Gtk.StateType.NORMAL, None)