lots of clock tweaks, but still, STILL! not done, really
[ardour.git] / gtk2_ardour / ardour_ui2.cc
index 70962befd60b2628edf5bbce41d7c960f85741d7..c74db60deffab8e3b8380eeb20e1c1d470ae89e6 100644 (file)
@@ -388,12 +388,10 @@ ARDOUR_UI::setup_transport ()
 
        HBox* clock_box = manage (new HBox);
        clock_box->set_border_width (2);
-       primary_clock->main_display().set_ypad (2);
        primary_clock->set_border_width (2);
        clock_box->pack_start (*primary_clock, false, false);
        if (!ARDOUR::Profile->get_small_screen()) {
                secondary_clock->set_border_width (2);
-               secondary_clock->main_display().set_ypad (2);
                clock_box->pack_start (*secondary_clock, false, false);
        }