Removed double separator
This commit is contained in:
@@ -44,8 +44,6 @@ ShadowsHighlights::ShadowsHighlights () : FoldableToolPanel(this, "shadowshighli
|
|||||||
|
|
||||||
pack_start (*Gtk::manage (new Gtk::HSeparator()));
|
pack_start (*Gtk::manage (new Gtk::HSeparator()));
|
||||||
|
|
||||||
pack_start (*Gtk::manage (new Gtk::HSeparator()));
|
|
||||||
|
|
||||||
radius = Gtk::manage (new Adjuster (M("TP_SHADOWSHLIGHTS_RADIUS"), 5, 100, 1, 30));
|
radius = Gtk::manage (new Adjuster (M("TP_SHADOWSHLIGHTS_RADIUS"), 5, 100, 1, 30));
|
||||||
pack_start (*radius);
|
pack_start (*radius);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user