Resize grips have been removed
This commit is contained in:
@@ -358,7 +358,6 @@ class ViewManager(CLIManager):
|
|||||||
|
|
||||||
self.window = Gtk.Window()
|
self.window = Gtk.Window()
|
||||||
self.window.set_icon_from_file(ICON)
|
self.window.set_icon_from_file(ICON)
|
||||||
self.window.set_has_resize_grip(True)
|
|
||||||
self.window.set_default_size(width, height)
|
self.window.set_default_size(width, height)
|
||||||
|
|
||||||
vbox = Gtk.Box(orientation=Gtk.Orientation.VERTICAL)
|
vbox = Gtk.Box(orientation=Gtk.Orientation.VERTICAL)
|
||||||
|
Reference in New Issue
Block a user