aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r--src/mainwindow.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index 602c5da..0f7b3a1 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -927,6 +927,7 @@ int open_mainwindow(struct presentation *p)
g_signal_connect(G_OBJECT(p->im_context), "commit",
G_CALLBACK(im_commit_sig), p);
+ /* Default size */
gtk_window_set_default_size(GTK_WINDOW(p->window), 1024+100, 768+100);
gtk_window_set_resizable(GTK_WINDOW(p->window), TRUE);