Merge pull request #4248 from TooWaBoo/dev

Shadows/Highlights - Removed double separator
This commit is contained in:
Beep6581 2017-12-23 13:28:17 +01:00 committed by GitHub
commit a2bf608155
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);