summaryrefslogtreecommitdiff
path: root/src/plain.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/plain.cc')
-rw-r--r--src/plain.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plain.cc b/src/plain.cc
index eefc6614..2fb725a3 100644
--- a/src/plain.cc
+++ b/src/plain.cc
@@ -109,7 +109,7 @@ DilloPlain::DilloPlain(BrowserWindow *p_bw, const DilloUrl *p_url)
styleAttrs.margin.setVal (5);
styleAttrs.font = style::Font::create (layout, &fontAttrs);
styleAttrs.color = style::Color::create (layout, prefs.text_color);
- styleAttrs.backgroundColor =
+ styleAttrs.backgroundColor =
style::Color::create (layout, prefs.bg_color);
widgetStyle = style::Style::create (layout, &styleAttrs);