summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gui/configure.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gui/configure.json b/src/gui/configure.json
index 9fb4a971c3..6fba8173b4 100644
--- a/src/gui/configure.json
+++ b/src/gui/configure.json
@@ -847,6 +847,12 @@
"condition": "features.library",
"output": [ "publicFeature", "feature" ]
},
+ "highdpiscaling": {
+ "label": "High DPI Scaling",
+ "purpose": "Provides automatic scaling of DPI-unaware applications on high-DPI displays.",
+ "section": "Kernel",
+ "output": [ "publicFeature", "feature" ]
+ },
"validator": {
"label": "QValidator",
"purpose": "Supports validation of input text.",