mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 11:12:36 +01:00
Allow vertical zoomout in waveform (ctrl+shift+mouse-wheel in waveform) - thx Leon :)
Fix #8314
This commit is contained in:
parent
0cb95a5251
commit
c0d2c73109
@ -158,7 +158,7 @@ namespace Nikse.SubtitleEdit.Controls
|
||||
}
|
||||
}
|
||||
|
||||
public const double VerticalZoomMinimum = 1.0;
|
||||
public const double VerticalZoomMinimum = 0.1;
|
||||
public const double VerticalZoomMaximum = 20.0;
|
||||
private double _verticalZoomFactor = 1.0; // 1.0=no zoom
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user