summaryrefslogtreecommitdiff
path: root/gtk2_ardour/meterbridge.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/meterbridge.h')
-rw-r--r--gtk2_ardour/meterbridge.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/meterbridge.h b/gtk2_ardour/meterbridge.h
index e85e82af34..a44b7f552d 100644
--- a/gtk2_ardour/meterbridge.h
+++ b/gtk2_ardour/meterbridge.h
@@ -94,6 +94,8 @@ class Meterbridge :
static const int32_t default_width = 600;
static const int32_t default_height = 400;
+ static const int max_height = 1200; // == 1024 + 148 + 16 + 12 see meter_strip.cc
+ int cur_max_width;
void update_title ();