summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui2.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-06-07 15:23:06 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-06-07 15:23:06 +0000
commit0a53bb1d42361eeb6552af03a1d3578535d948d0 (patch)
tree16bf99df67b4e4fe6e5a68805056b51f740e8598 /gtk2_ardour/ardour_ui2.cc
parente77b5261d2811a1ad139afc29250e3a3337c455d (diff)
lots of clock tweaks, but still, STILL! not done, really
git-svn-id: svn://localhost/ardour2/branches/3.0@9678 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour_ui2.cc')
-rw-r--r--gtk2_ardour/ardour_ui2.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/ardour_ui2.cc b/gtk2_ardour/ardour_ui2.cc
index 70962befd6..c74db60def 100644
--- a/gtk2_ardour/ardour_ui2.cc
+++ b/gtk2_ardour/ardour_ui2.cc
@@ -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);
}