From b27a3d99ac608ce9242261fecf5840dc1eb560e8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 2 Jun 2011 00:06:35 +0000 Subject: Remove "smaller" track height (basically just a broken version of small anyway). Remove no-longer-necessary cruft related to non-editable track names (which do not exist). Fix smallest height to be correctly padded (just large enough to hold the button row without ugly clipping). Fix resizing of tracks when renaming (issue #4075). git-svn-id: svn://localhost/ardour2/branches/3.0@9665 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/enums.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gtk2_ardour/enums.h') diff --git a/gtk2_ardour/enums.h b/gtk2_ardour/enums.h index 0b0e95f828..92b2923894 100644 --- a/gtk2_ardour/enums.h +++ b/gtk2_ardour/enums.h @@ -50,8 +50,7 @@ enum Height { HeightLarger, HeightLarge, HeightNormal, - HeightSmall, - HeightSmaller + HeightSmall }; extern void setup_gtk_ardour_enums (); -- cgit v1.2.3