use correct default scroomer size in initializer

this really has no effect but it's more consistent.
This commit is contained in:
Paul Davis
2025-08-06 11:12:38 -06:00
parent 6d76d104b7
commit f09ed269d0

View File

@@ -59,7 +59,7 @@ PianoRollHeaderBase::PianoRollHeaderBase (MidiViewBackground& bg)
, _highlighted_note (NO_MIDI_NOTE)
, _clicked_note (NO_MIDI_NOTE)
, _dragging (false)
, _scroomer_size (63.f)
, _scroomer_size (60.f)
, _scroomer_drag (false)
, _old_y (0.0)
, _fract (0.0)