Removed double separator

This commit is contained in:
TooWaBoo
2017-12-23 06:14:01 +01:00
committed by GitHub
parent 156cb762ec
commit f4699115c6

View File

@@ -44,8 +44,6 @@ ShadowsHighlights::ShadowsHighlights () : FoldableToolPanel(this, "shadowshighli
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));
pack_start (*radius);