aboutsummaryrefslogtreecommitdiff
path: root/src/notes.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/notes.c')
-rw-r--r--src/notes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/notes.c b/src/notes.c
index 58ca008..90e3987 100644
--- a/src/notes.c
+++ b/src/notes.c
@@ -199,6 +199,7 @@ void open_notes(struct presentation *p)
p->cur_notes_slide = p->cur_edit_slide;
n->window = gtk_window_new(GTK_WINDOW_TOPLEVEL);
+ gtk_window_set_default_size(GTK_WINDOW(n->window), 800, 256);
sc = gtk_scrolled_window_new(NULL, NULL);
gtk_container_add(GTK_CONTAINER(n->window), sc);