aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorthexai <58434170+thexai@users.noreply.github.com>2022-09-05 20:12:44 +0200
committerthexai <58434170+thexai@users.noreply.github.com>2022-09-10 14:46:35 +0200
commitdf3f1cd05e5c82a2c2735178a57b233376d9b382 (patch)
treec1f230166e8d6e9d39947be8951da4c5d3c1425a /system
parent8abf14511dcbe138b0a6aca165bd03590222ea49 (diff)
[Windows] Store the window position persistently in windowed mode
Diffstat (limited to 'system')
-rw-r--r--system/settings/win32.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/system/settings/win32.xml b/system/settings/win32.xml
index 98732035ba..bafa5ea76a 100644
--- a/system/settings/win32.xml
+++ b/system/settings/win32.xml
@@ -1,3 +1,18 @@
<?xml version="1.0" encoding="utf-8" ?>
<settings version="1">
+ <section id="interface" label="14206" help="38102">
+ <category id="window" label="0" help="36135">
+ <visible>false</visible>
+ <group id="1">
+ <setting id="window.top" type="integer" label="0" help="36136">
+ <level>4</level>
+ <default>0</default>
+ </setting>
+ <setting id="window.left" type="integer" label="0" help="36136">
+ <level>4</level>
+ <default>0</default>
+ </setting>
+ </group>
+ </category>
+ </section>
</settings>