Fixed an undefined constant
This commit is contained in:
parent
8ad308e679
commit
643e1c9be1
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue