aboutsummaryrefslogtreecommitdiff
path: root/include
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
parent0a1a47c920a10fe5960f990c48102d8bde08a6fe (diff)
parent6e3435ddba0bc9a2ca71109cb75aa4edbaedfce2 (diff)
Merge pull request #541 from AttorneyOnline/feature/default-scaling-option
Add setting for default scaling method
Diffstat (limited to 'include')
-rw-r--r--include/aoapplication.h3
-rw-r--r--include/aooptionsdialog.h2
2 files changed, 5 insertions, 0 deletions
diff --git a/include/aoapplication.h b/include/aoapplication.h
index 493f1c92..16bbb9f2 100644
--- a/include/aoapplication.h
+++ b/include/aoapplication.h
@@ -490,6 +490,9 @@ public:
// Get if the theme is animated
bool get_animated_theme();
+ // Get the default scaling method
+ QString get_default_scaling();
+
// Currently defined subtheme
QString subtheme;
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;