diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-06-11 02:30:05 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-06-11 02:30:05 +0000 |
| commit | df6916b6a2ea76f32234954f30a63ce86c2f59d6 (patch) | |
| tree | 11e382b99eded088852bb9040d7dea5a937c9b7c /src/ui/dialog/styledialog.cpp | |
| parent | Move XMLDialog and Attributes Dialog to Gtk::Paned (diff) | |
| download | inkscape-df6916b6a2ea76f32234954f30a63ce86c2f59d6.tar.gz inkscape-df6916b6a2ea76f32234954f30a63ce86c2f59d6.zip | |
Add panned to XMLDialog and ArrtDialog
Diffstat (limited to 'src/ui/dialog/styledialog.cpp')
| -rw-r--r-- | src/ui/dialog/styledialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/styledialog.cpp b/src/ui/dialog/styledialog.cpp index a1cde20df..d8711c784 100644 --- a/src/ui/dialog/styledialog.cpp +++ b/src/ui/dialog/styledialog.cpp @@ -211,7 +211,7 @@ StyleDialog::StyleDialog() _mainBox.set_orientation(Gtk::ORIENTATION_VERTICAL); _getContents()->pack_start(_mainBox, Gtk::PACK_EXPAND_WIDGET); - _all_css->get_style_context()->add_class("stylesheettoggler"); + _all_css->get_style_context()->add_class("inkswitch"); // Document & Desktop _desktop_changed_connection = _desktopTracker.connectDesktopChanged(sigc::mem_fun(*this, &StyleDialog::_handleDesktopChanged)); |
