L: tweak padding around input-meters
This commit is contained in:
parent
2de5f8efd5
commit
375b3e45a3
@ -577,7 +577,7 @@ ARDOUR_UI::livetrax_setup_windows ()
|
||||
livetrax_meters = manage (new LiveTraxMeters);
|
||||
livetrax_meters->show_all ();
|
||||
// livetrax_meter_bar.set_border_width (4);
|
||||
livetrax_meter_bar.pack_start (*livetrax_meters, true, true, 0);
|
||||
livetrax_meter_bar.pack_start (*livetrax_meters, true, true, 12);
|
||||
|
||||
hb = manage (new HBox);
|
||||
livetrax_edit_vscrollbar = manage (new VScrollbar (editor->vertical_adjustment));
|
||||
|
@ -21,7 +21,7 @@ LiveTraxMeters::LiveTraxMeters ()
|
||||
|
||||
Gtk::Alignment* container = manage (new Gtk::Alignment (.5, .5, 0, 0));
|
||||
|
||||
_meter_box.set_border_width (PX_SCALE (10));
|
||||
_meter_box.set_border_width (PX_SCALE (0));
|
||||
_meter_box.set_spacing (PX_SCALE (10));
|
||||
|
||||
container->add (_meter_box);
|
||||
|
Loading…
Reference in New Issue
Block a user