Set a default zoom level that isn't the whole track

This commit is contained in:
Dean Herbert 2017-10-12 22:19:02 +09:00
parent 37b88d834e
commit 37fc69b9f7
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@ public ScrollingTimelineContainer()
waveform.Beatmap.BindTo(Beatmap);
WaveformVisible.ValueChanged += waveformVisibilityChanged;
Zoom = 10;
}
private float minZoom = 1;