aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2013-05-26 23:04:19 +0200
committerThomas White <taw@bitwiz.org.uk>2013-05-26 23:04:19 +0200
commitcedfa290ad59ebafaff554851c17af05eb0f5064 (patch)
tree3ae277e7a60bf628d323a9f63babb095a1f1fece
parent172af97063ea7b7eae20199c99ed9e7f3333ab24 (diff)
Tweak defaults
-rw-r--r--src/default_stylesheet.sty4
-rw-r--r--src/mainwindow.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/default_stylesheet.sty b/src/default_stylesheet.sty
index d9c8bbd..001b212 100644
--- a/src/default_stylesheet.sty
+++ b/src/default_stylesheet.sty
@@ -64,8 +64,8 @@ pad_b = 20.00
w = "1.00 fr"
h = "1.00 fr"
x = 0.0
-y = 100.0
-prologue = "\bgcol{#dddddd}\fgcol{#ffffff}\font[Sans 24]"
+y = 0.0
+prologue = "\bgcol{#ffffff}\fgcol{#000000}\font[Sans 24]"
[stylesheet/templates/0]
name = "Title page"
diff --git a/src/mainwindow.c b/src/mainwindow.c
index 2c66adc..673d6d0 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -555,7 +555,7 @@ static gint add_furniture(GtkWidget *widget, struct menu_pl *pl)
fr->style = sty;
fr->lop_from_style = 1;
set_edit(p, p->cur_edit_slide);
- fr->sc = strdup("Hello");
+ fr->sc = strdup("");
fr->sc_len = 6;
set_selection(p, fr);
fr->pos = 0;