tweak transport bar spacing

git-svn-id: svn://localhost/ardour2/branches/3.0@10548 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-11-11 16:45:16 +00:00
parent 1fc6f18ef2
commit 84bb14efdc

View File

@ -370,7 +370,6 @@ ARDOUR_UI::setup_transport ()
tbox->pack_start (rec_button, false, false, 6);
HBox* clock_box = manage (new HBox);
clock_box->set_border_width (2);
primary_clock->set_border_width (2);
clock_box->pack_start (*primary_clock, false, false);
if (!ARDOUR::Profile->get_small_screen()) {