summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/symbols.cpp
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2019-06-17 23:49:08 +0000
committerJabiertxof <jabier.arraiza@marker.es>2019-06-18 00:16:27 +0000
commite8672ace5d3c10d3edcb6ff003b8fd69151fbe0c (patch)
treee2b1aa45e4d11417006248178e94223ee5d884a1 /src/ui/dialog/symbols.cpp
parentFix translations (diff)
downloadinkscape-e8672ace5d3c10d3edcb6ff003b8fd69151fbe0c.tar.gz
inkscape-e8672ace5d3c10d3edcb6ff003b8fd69151fbe0c.zip
Base of theming refactor
Diffstat (limited to 'src/ui/dialog/symbols.cpp')
-rw-r--r--src/ui/dialog/symbols.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ui/dialog/symbols.cpp b/src/ui/dialog/symbols.cpp
index d4b48258d..9eaec21dc 100644
--- a/src/ui/dialog/symbols.cpp
+++ b/src/ui/dialog/symbols.cpp
@@ -199,8 +199,7 @@ SymbolsDialog::SymbolsDialog( gchar const* prefsPath ) :
overlay->set_hexpand();
overlay->set_vexpand();
overlay->add(* scroller);
- overlay->get_style_context()->add_class("colorbright");
- overlay->get_style_context()->add_class("backgroundbright");
+ overlay->get_style_context()->add_class("brightstyle");
scroller->set_size_request(100, 250);
table->attach(*Gtk::manage(overlay),0,row,2,1);