diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2019-12-11 00:04:09 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2019-12-11 00:04:09 (GMT) |
commit | 0a759fb5d8935a19c58eb7c8fb21d1f261d4a2d2 (patch) | |
tree | 7be39c6897178f5d6d92d377731a6679efda8a29 /src/gui | |
parent | 700425c7d1e884882603eb49cec2a6a6c4118686 (diff) |
Freed the initial size of the main window.
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/editor.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/editor.c b/src/gui/editor.c index 42c1f77..60e4095 100644 --- a/src/gui/editor.c +++ b/src/gui/editor.c @@ -216,7 +216,6 @@ GtkWidget *create_editor(void) result = gtk_window_new(GTK_WINDOW_TOPLEVEL); - gtk_widget_set_size_request(result, 1024, 800); gtk_window_set_position(GTK_WINDOW(result), GTK_WIN_POS_CENTER); gtk_container_set_border_width(GTK_CONTAINER(result), 4); gtk_window_set_title(GTK_WINDOW(result), _("Chrysalide")); |