aboutsummaryrefslogtreecommitdiff
path: root/src/narrative_window.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2014-12-05 10:52:43 +0100
committerThomas White <taw@bitwiz.org.uk>2014-12-05 10:52:43 +0100
commitbf11ccaebfb8e35d6209eab0de2e7d3ea0005862 (patch)
tree6ab5a331c0cfcca30bc31debdba0c2649ff67183 /src/narrative_window.c
parent96938310335d61b55e076d4b9b562c488f421a59 (diff)
Sky background
Diffstat (limited to 'src/narrative_window.c')
-rw-r--r--src/narrative_window.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/narrative_window.c b/src/narrative_window.c
index 9c58c86..38f259d 100644
--- a/src/narrative_window.c
+++ b/src/narrative_window.c
@@ -217,6 +217,7 @@ NarrativeWindow *narrative_window_new(struct presentation *p, GApplication *app)
sc_editor_set_size(nw->sceditor, 640, 1024);
sc_editor_set_logical_size(nw->sceditor, 640.0, 1024.0);
+ sc_editor_set_background(nw->sceditor, 0.9, 0.9, 0.9);
g_signal_connect(G_OBJECT(nw->sceditor), "button-press-event",
G_CALLBACK(button_press_sig), nw);