Index: gtk2_ardour/time_axis_view.cc
===================================================================
--- gtk2_ardour/time_axis_view.cc	(revision 7983)
+++ gtk2_ardour/time_axis_view.cc	(working copy)
@@ -429,6 +429,10 @@
 void
 TimeAxisView::set_height(uint32_t h)
 {
+	if (height < preset_height (HeightSmall)){
+		h = preset_height (HeightSmall);
+	}
+	
 	time_axis_vbox.property_height_request () = h;
 	height = h;
 
