mirror of
https://github.com/tromey/gdb-gui.git
synced 2025-12-16 07:10:04 +01:00
request an initial size for the source window
This commit is contained in:
@@ -147,6 +147,7 @@ class SourceWindow:
|
||||
self.window = gtk.Window(gtk.WINDOW_TOPLEVEL)
|
||||
self.window.set_border_width(0)
|
||||
self.window.set_title('GDB Source')
|
||||
self.window.set_size_request(600, 400)
|
||||
|
||||
vbox = gtk.VBox(0, False)
|
||||
swin = gtk.ScrolledWindow()
|
||||
|
||||
Reference in New Issue
Block a user