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