move to appearance tab

This commit is contained in:
RickyRister 2024-12-10 00:23:23 -08:00
parent 6da17219e7
commit 0225c0bc76
2 changed files with 10 additions and 10 deletions

View file

@ -96,6 +96,8 @@ private:
QCheckBox cardScalingCheckBox;
QLabel verticalCardOverlapPercentLabel;
QSpinBox verticalCardOverlapPercentBox;
QLabel cardViewInitialHeightLabel;
QSpinBox cardViewInitialHeightBox;
QCheckBox horizontalHandCheckBox;
QCheckBox leftJustifiedHandCheckBox;
QCheckBox invertVerticalCoordinateCheckBox;
@ -126,8 +128,6 @@ private:
QCheckBox playToStackCheckBox;
QCheckBox annotateTokensCheckBox;
QCheckBox useTearOffMenusCheckBox;
QLabel cardViewInitialHeightLabel;
QSpinBox cardViewInitialHeightBox;
QCheckBox tapAnimationCheckBox;
QCheckBox openDeckInNewTabCheckBox;
QLabel rewindBufferingMsLabel;