shadows/highlights: set lower bound for radius value in the gui to 1

This commit is contained in:
Alberto Griggio 2018-04-26 21:30:38 +02:00
parent 63f3b2f86f
commit c56940b681

View File

@ -37,7 +37,7 @@ ShadowsHighlights::ShadowsHighlights () : FoldableToolPanel(this, "shadowshighli
pack_start (*Gtk::manage (new Gtk::HSeparator()));
radius = Gtk::manage (new Adjuster (M("TP_SHADOWSHLIGHTS_RADIUS"), 5, 100, 1, 40));
radius = Gtk::manage (new Adjuster (M("TP_SHADOWSHLIGHTS_RADIUS"), 1, 100, 1, 40));
pack_start (*radius);
radius->setAdjusterListener (this);