aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorJonas Karlman <jonas@kwiboo.se>2019-10-16 19:38:11 +0000
committerJonas Karlman <jonas@kwiboo.se>2020-04-06 15:57:07 +0000
commitf379549ba88f0d7a5de49fce14e961e560e50717 (patch)
treed382216c901dcea70f34c614f1510b6d0b11a8cb /system
parent1db2789edb9227bf74665501eccbbb84d9b68245 (diff)
windowing/gbm: add option to limit gui size
Diffstat (limited to 'system')
-rw-r--r--system/settings/gbm.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/system/settings/gbm.xml b/system/settings/gbm.xml
index 939ca12ba2..ea3092877f 100644
--- a/system/settings/gbm.xml
+++ b/system/settings/gbm.xml
@@ -36,6 +36,21 @@
<setting id="videoscreen.screen">
<visible>false</visible>
</setting>
+ <setting id="videoscreen.limitguisize" type="integer" label="37021" help="36548">
+ <visible>false</visible>
+ <level>3</level>
+ <default>0</default>
+ <constraints>
+ <options>
+ <option label="37030">0</option> <!-- Unlimited -->
+ <option label="37028">1</option> <!-- 720 -->
+ <option label="13466">2</option> <!-- 1080 / 720 (>30Hz) -->
+ <option label="37046">3</option> <!-- 1080 -->
+ <option label="13467">4</option> <!-- Unlimited / 1080 (>30Hz) -->
+ </options>
+ </constraints>
+ <control type="list" format="string" />
+ </setting>
<setting id="videoscreen.limitedrange" type="boolean" label="36042" help="36359">
<level>3</level>
<default>false</default>