delete last set_spacing and clean code
This commit is contained in:
parent
87f948842d
commit
20f90f0e7c
@ -172,7 +172,6 @@ Locallab::Locallab ():
|
||||
anbspot->setAdjusterListener (this);
|
||||
anbspot->set_tooltip_text (M ("TP_LOCALLAB_ANBSPOT_TOOLTIP"));
|
||||
|
||||
// shapeFrame->set_border_width (0);
|
||||
shapeFrame->set_label_align (0.025, 0.5);
|
||||
|
||||
expsettings->signal_button_release_event().connect_notify ( sigc::bind ( sigc::mem_fun (this, &Locallab::foldAllButMe), expsettings) );
|
||||
@ -199,8 +198,6 @@ Locallab::Locallab ():
|
||||
expdenoi->signal_button_release_event().connect_notify ( sigc::bind ( sigc::mem_fun (this, &Locallab::foldAllButMe), expdenoi) );
|
||||
enabledenoiConn = expdenoi->signal_enabled_toggled().connect ( sigc::bind ( sigc::mem_fun (this, &Locallab::enableToggled), expdenoi) );
|
||||
|
||||
// shapeVBox->set_spacing (2);
|
||||
// shapeVBox->set_border_width (4);
|
||||
|
||||
ctboxS->pack_start (*labmS, Gtk::PACK_SHRINK, 4);
|
||||
ctboxS->set_tooltip_markup (M ("TP_LOCALLAB_STYPE_TOOLTIP"));
|
||||
@ -348,8 +345,6 @@ Locallab::Locallab ():
|
||||
inversretConn = inversret->signal_toggled().connect ( sigc::mem_fun (*this, &Locallab::inversretChanged) );
|
||||
|
||||
//tone mapping local
|
||||
// tmBox->set_border_width (4);
|
||||
// tmBox->set_spacing (2);
|
||||
|
||||
stren->setAdjusterListener (this);
|
||||
|
||||
@ -368,8 +363,6 @@ Locallab::Locallab ():
|
||||
|
||||
|
||||
//retinex local
|
||||
// retiBox->set_border_width (4);
|
||||
// retiBox->set_spacing (2);
|
||||
|
||||
dhbox->pack_start (*labmdh, Gtk::PACK_SHRINK, 1);
|
||||
|
||||
@ -452,36 +445,19 @@ Locallab::Locallab ():
|
||||
shapeVBox->pack_start (*qualbox);
|
||||
shapeVBox->pack_start (*transit);
|
||||
|
||||
// artifFrame->set_border_width (0);
|
||||
artifFrame->set_label_align (0.025, 0.5);
|
||||
artifFrame->set_tooltip_text (M ("TP_LOCALLAB_ARTIF_TOOLTIP"));
|
||||
|
||||
// artifVBox->set_spacing (2);
|
||||
// artifVBox->set_border_width (4);
|
||||
|
||||
artifVBox->pack_start (*thres);
|
||||
artifVBox->pack_start (*proxi);
|
||||
artifFrame->add (*artifVBox);
|
||||
shapeVBox->pack_start (*artifFrame);
|
||||
|
||||
// shapeFrame->add (*shapeVBox);
|
||||
// pack_start (*shapeFrame);
|
||||
|
||||
expsettings->add (*shapeVBox);
|
||||
expsettings->setLevel (2);
|
||||
pack_start (*expsettings);
|
||||
|
||||
colorVBox->set_spacing (2);
|
||||
// colorVBox->set_border_width (4);
|
||||
|
||||
// blurrVBox->set_spacing (2);
|
||||
// blurrVBox->set_border_width (4);
|
||||
|
||||
// sharpVBox->set_spacing (2);
|
||||
// sharpVBox->set_border_width (4);
|
||||
|
||||
// cbdlVBox->set_spacing (2);
|
||||
// cbdlVBox->set_border_width (4);
|
||||
|
||||
|
||||
Gtk::HBox * buttonBox1 = Gtk::manage (new Gtk::HBox (true, 10));
|
||||
@ -547,8 +523,6 @@ Locallab::Locallab ():
|
||||
sharpVBox->pack_start (*sensisha);
|
||||
sharpVBox->pack_start (*inverssha);
|
||||
|
||||
// denoisVBox->set_spacing (2);
|
||||
// denoisVBox->set_border_width (4);
|
||||
|
||||
noiselumf->setAdjusterListener (this);
|
||||
|
||||
@ -558,14 +532,12 @@ Locallab::Locallab ():
|
||||
|
||||
noisechroc->setAdjusterListener (this);
|
||||
|
||||
|
||||
denoisVBox->pack_start (*noiselumf);
|
||||
denoisVBox->pack_start (*noiselumc);
|
||||
denoisVBox->pack_start (*noisechrof);
|
||||
denoisVBox->pack_start (*noisechroc);
|
||||
|
||||
neutrHBox1 = Gtk::manage (new Gtk::HBox ());
|
||||
// neutrHBox1->set_border_width (2);
|
||||
|
||||
neutral1 = Gtk::manage (new Gtk::Button (M ("TP_LOCALLAB_NEUTRAL")));
|
||||
RTImage *resetImg1 = Gtk::manage (new RTImage ("gtk-undo-ltr-small.png", "gtk-undo-rtl-small.png"));
|
||||
@ -578,7 +550,6 @@ Locallab::Locallab ():
|
||||
|
||||
superFrame->set_label_align (0.025, 0.5);
|
||||
Gtk::VBox *superVBox = Gtk::manage ( new Gtk::VBox());
|
||||
// superVBox->set_spacing (2);
|
||||
superFrame->set_label_widget (*curvactiv);
|
||||
|
||||
|
||||
@ -660,7 +631,6 @@ Locallab::Locallab ():
|
||||
pack_start (*avoid);//keep avoid clor shift in case of
|
||||
|
||||
neutrHBox = Gtk::manage (new Gtk::HBox ());
|
||||
// neutrHBox->set_border_width (2);
|
||||
|
||||
neutral = Gtk::manage (new Gtk::Button (M ("TP_LOCALLAB_NEUTRAL")));
|
||||
RTImage *resetImg = Gtk::manage (new RTImage ("gtk-undo-ltr-small.png", "gtk-undo-rtl-small.png"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user