Clip label takes to much space

The clip label "Clip %" takes to much space.
This changes the spacing from 10px to 4px.
This commit is contained in:
TooWaBoo
2018-11-04 15:06:34 +01:00
committed by GitHub
parent eef2c5f959
commit 918cb434cb

View File

@@ -48,7 +48,7 @@ ToneCurve::ToneCurve () : FoldableToolPanel(this, "tonecurve", M("TP_EXPOSURE_LA
//----------- Auto Levels ----------------------------------
abox = Gtk::manage (new Gtk::HBox ());
abox->set_spacing (10);
abox->set_spacing (4);
autolevels = Gtk::manage (new Gtk::ToggleButton (M("TP_EXPOSURE_AUTOLEVELS")));
autolevels->set_tooltip_markup (M("TP_EXPOSURE_AUTOLEVELS_TIP"));