shadows/highlights: set lower bound for radius value in the gui to 1
This commit is contained in:
parent
63f3b2f86f
commit
c56940b681
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user