Solving issue 2290: "Enhanced look"
This commit is contained in:
@@ -27,9 +27,7 @@ using namespace rtengine;
|
||||
using namespace rtengine::procparams;
|
||||
|
||||
|
||||
SharpenEdge::SharpenEdge () : Gtk::VBox(), FoldableToolPanel(this) {
|
||||
|
||||
set_border_width(4);
|
||||
SharpenEdge::SharpenEdge () : FoldableToolPanel(this) {
|
||||
|
||||
enabled = Gtk::manage (new Gtk::CheckButton (M("GENERAL_ENABLED")));
|
||||
enabled->set_active (true);
|
||||
|
Reference in New Issue
Block a user