aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-09-15 17:03:38 +0200
committerThomas White <taw@bitwiz.org.uk>2011-09-15 17:03:38 +0200
commit446424aff8594cf6cb7faa3575a3f36f2b00db45 (patch)
treea76d591e23c460613db5c8ff377b0fb4a596954f /src/mainwindow.c
parent03793ced1caf56a0d6c3ab8da089689bcd39427e (diff)
Comment
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);