make card view window max initial height configurable (#5236)

This commit is contained in:
RickyRister 2024-12-13 19:02:00 -08:00 committed by GitHub
parent 0463a6fd70
commit a0f74134bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 41 additions and 1 deletions

View file

@ -96,6 +96,8 @@ private:
QCheckBox cardScalingCheckBox;
QLabel verticalCardOverlapPercentLabel;
QSpinBox verticalCardOverlapPercentBox;
QLabel cardViewInitialRowsMaxLabel;
QSpinBox cardViewInitialRowsMaxBox;
QCheckBox horizontalHandCheckBox;
QCheckBox leftJustifiedHandCheckBox;
QCheckBox invertVerticalCoordinateCheckBox;