tweak transport bar spacing
git-svn-id: svn://localhost/ardour2/branches/3.0@10548 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
1fc6f18ef2
commit
84bb14efdc
@ -370,7 +370,6 @@ ARDOUR_UI::setup_transport ()
|
|||||||
tbox->pack_start (rec_button, false, false, 6);
|
tbox->pack_start (rec_button, false, false, 6);
|
||||||
|
|
||||||
HBox* clock_box = manage (new HBox);
|
HBox* clock_box = manage (new HBox);
|
||||||
clock_box->set_border_width (2);
|
|
||||||
primary_clock->set_border_width (2);
|
primary_clock->set_border_width (2);
|
||||||
clock_box->pack_start (*primary_clock, false, false);
|
clock_box->pack_start (*primary_clock, false, false);
|
||||||
if (!ARDOUR::Profile->get_small_screen()) {
|
if (!ARDOUR::Profile->get_small_screen()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user