summaryrefslogtreecommitdiff
path: root/src/wx/timeline.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-07-02 23:17:37 +0100
committerCarl Hetherington <cth@carlh.net>2018-07-02 23:17:37 +0100
commit7db851ca8f8fff73dd2d9feb3529c357271a0ce4 (patch)
tree29b34a8a54f6e8e686502c8826d7b2d7bcea735d /src/wx/timeline.h
parentf9d707e3fa3927a555b7cfd99fa2b48d7cb3f45e (diff)
y zoom.
Diffstat (limited to 'src/wx/timeline.h')
-rw-r--r--src/wx/timeline.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/timeline.h b/src/wx/timeline.h
index 3175d028c..6df44372b 100644
--- a/src/wx/timeline.h
+++ b/src/wx/timeline.h
@@ -49,7 +49,7 @@ public:
}
int track_height () const {
- return 48;
+ return _track_height;
}
boost::optional<double> pixels_per_second () const {
@@ -127,6 +127,7 @@ private:
Tool _tool;
int _x_scroll_rate;
int _y_scroll_rate;
+ int _track_height;
boost::signals2::scoped_connection _film_changed_connection;
boost::signals2::scoped_connection _film_content_changed_connection;