Fixed an undefined constant

This commit is contained in:
Joel Holdsworth 2009-01-02 15:26:12 +00:00
parent 8ad308e679
commit 643e1c9be1

View file

@ -36,6 +36,7 @@ namespace widgets {
const int TimelineWidget::TrackPadding = 1;
const int TimelineWidget::HeaderWidth = 150;
const int TimelineWidget::HeaderIndentWidth = 10;
const double TimelineWidget::ZoomIncrement = 1.25;
const int64_t TimelineWidget::MaxScale = 30000000;