Resize grips have been removed

This commit is contained in:
Nick Hall 2016-05-27 22:58:15 +01:00
parent c4cab2e007
commit 0b22891858

View File

@ -358,7 +358,6 @@ class ViewManager(CLIManager):
self.window = Gtk.Window()
self.window.set_icon_from_file(ICON)
self.window.set_has_resize_grip(True)
self.window.set_default_size(width, height)
vbox = Gtk.Box(orientation=Gtk.Orientation.VERTICAL)