summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_axis_view.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-08-31 15:07:44 +0000
committerDavid Robillard <d@drobilla.net>2011-08-31 15:07:44 +0000
commit6436e4e541d0a08859229a15f9cd3a6d3e3ede1f (patch)
treee5ff2da00e766db85e648150fad6fd4323de443e /gtk2_ardour/time_axis_view.h
parentfc90be6059831a7e4789f951ac5283693de2e787 (diff)
Fix editor track heights (m/s/etc. buttons being cut off at Normal height).
git-svn-id: svn://localhost/ardour2/branches/3.0@10037 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/time_axis_view.h')
-rw-r--r--gtk2_ardour/time_axis_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/time_axis_view.h b/gtk2_ardour/time_axis_view.h
index efdb2606ed..59315df055 100644
--- a/gtk2_ardour/time_axis_view.h
+++ b/gtk2_ardour/time_axis_view.h
@@ -310,8 +310,8 @@ private:
ArdourCanvas::Group* _ghost_group;
void compute_heights ();
+ static uint32_t button_height;
static uint32_t extra_height;
- static uint32_t small_height;
static int const _max_order;