summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_axis_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-05-04 12:26:32 +0000
committerCarl Hetherington <carl@carlh.net>2011-05-04 12:26:32 +0000
commit378ea3430ff5cb8131ebbd93c8126ba6c46416f0 (patch)
tree5513fefc4118ef1a26c01951b76d05ad240329d0 /gtk2_ardour/time_axis_view.h
parentbcb554a1909b24182a881b9a0506c8467dc36687 (diff)
Don't alter horizontal padding when shrinking tracks to their minimum height (part of #4014).
git-svn-id: svn://localhost/ardour2/branches/3.0@9472 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/time_axis_view.h')
-rw-r--r--gtk2_ardour/time_axis_view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/time_axis_view.h b/gtk2_ardour/time_axis_view.h
index 6fd6865485..92835fb59e 100644
--- a/gtk2_ardour/time_axis_view.h
+++ b/gtk2_ardour/time_axis_view.h
@@ -219,6 +219,7 @@ class TimeAxisView : public virtual AxisView, public PBD::Stateful
/* The Standard LHS Controls */
Gtk::HBox controls_hbox;
Gtk::Table controls_table;
+ Gtk::Table _controls_padding_table;
Gtk::EventBox controls_ebox;
Gtk::VBox controls_vbox;
Gtk::VBox time_axis_vbox;