aboutsummaryrefslogtreecommitdiff
path: root/include/aooptionsdialog.h
diff options
context:
space:
mode:
authoroldmud0 <oldmud0@users.noreply.github.com>2021-04-25 00:38:42 -0500
committerGitHub <noreply@github.com>2021-04-25 00:38:42 -0500
commit2379c5aaff7c1b49e94eda155226bd388271dfe1 (patch)
tree1a3c3f6a471b775d58dadef59a941c30d554e01c /include/aooptionsdialog.h
parent0a1a47c920a10fe5960f990c48102d8bde08a6fe (diff)
parent6e3435ddba0bc9a2ca71109cb75aa4edbaedfce2 (diff)
Merge pull request #541 from AttorneyOnline/feature/default-scaling-option
Add setting for default scaling method
Diffstat (limited to 'include/aooptionsdialog.h')
-rw-r--r--include/aooptionsdialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/aooptionsdialog.h b/include/aooptionsdialog.h
index e88ce542..45fc86ca 100644
--- a/include/aooptionsdialog.h
+++ b/include/aooptionsdialog.h
@@ -85,6 +85,8 @@ private:
QCheckBox *ui_discord_cb;
QLabel *ui_language_label;
QComboBox *ui_language_combobox;
+ QLabel *ui_scaling_label;
+ QComboBox *ui_scaling_combobox;
QLabel *ui_shake_lbl;
QCheckBox *ui_shake_cb;