summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2019-03-27 17:28:03 +0000
committerJabiertxof <jabier.arraiza@marker.es>2019-03-27 17:28:03 +0000
commitd0c039f10b282f3c1c6f61794872c1b097cdfb42 (patch)
tree524ee769bc0c071deccdb6534ad4ed9e8b2318b1 /src/live_effects/effect.cpp
parentAdd window class along dark/bright to mark APP is using symbolic icons or reg... (diff)
downloadinkscape-d0c039f10b282f3c1c6f61794872c1b097cdfb42.tar.gz
inkscape-d0c039f10b282f3c1c6f61794872c1b097cdfb42.zip
Remove the expander code. Retain only for LPE default settings
Diffstat (limited to 'src/live_effects/effect.cpp')
-rw-r--r--src/live_effects/effect.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp
index 0c027a57f..3c778499d 100644
--- a/src/live_effects/effect.cpp
+++ b/src/live_effects/effect.cpp
@@ -1580,6 +1580,7 @@ Effect::defaultParamSet()
expander->set_use_markup(true);
expander->add(*vbox_expander);
expander->set_expanded(defaultsopen);
+ expander->get_style_context()->add_class("bigexpander");
expander->property_expanded().signal_changed().connect(sigc::bind<0>(sigc::mem_fun(*this, &Effect::onDefaultsExpanderChanged), expander ));
if (has_params) {
Gtk::Widget *vboxwidg = dynamic_cast<Gtk::Widget *>(expander);