Bug correction: default text background setting is black

This commit is contained in:
Olivier Keshavjee 2016-02-08 14:53:09 +01:00
parent 8094abbb0a
commit 430574ae0c

View file

@ -51,7 +51,7 @@ defaultTextType = "t2t"
fullScreenTheme = "spacedreams" fullScreenTheme = "spacedreams"
textEditor = { textEditor = {
"background": "fff", "background": "#fff",
"fontColor": "#000", "fontColor": "#000",
"font": qApp.font().toString(), "font": qApp.font().toString(),
"misspelled": "#F00", "misspelled": "#F00",