diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2018-09-13 20:42:09 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2018-09-13 20:42:09 +0000 |
| commit | f409fc63dd3e5c4965c21049816a3fe53608cd99 (patch) | |
| tree | 4b8312828d7e67590eed5b6c7b0ddfbdbda4d4e7 /src | |
| parent | Fix bug applying powerclip/mask to non cliped/masked elements (diff) | |
| download | inkscape-f409fc63dd3e5c4965c21049816a3fe53608cd99.tar.gz inkscape-f409fc63dd3e5c4965c21049816a3fe53608cd99.zip | |
Allow symbols dialog on dark theme
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/dialog/symbols.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/dialog/symbols.cpp b/src/ui/dialog/symbols.cpp index 99fdf2d07..6c26ece9b 100644 --- a/src/ui/dialog/symbols.cpp +++ b/src/ui/dialog/symbols.cpp @@ -188,6 +188,7 @@ SymbolsDialog::SymbolsDialog( gchar const* prefsPath ) : icon_view = new Gtk::IconView(static_cast<Glib::RefPtr<Gtk::TreeModel> >(store)); //icon_view->set_text_column( columns->symbol_id ); icon_view->set_tooltip_column( 1 ); + icon_view->set_name( "symbolsView" ); icon_view->set_pixbuf_column( columns->symbol_image ); // Giving the iconview a small minimum size will help users understand // What the dialog does. |
