1
<?xml version="1.0" encoding="UTF-8"?>
3
<enum id="switchboard-window-states">
4
<value nick="Normal" value="0" />
5
<value nick="Maximized" value="1" />
7
<schema path="/org/pantheon/switchboard/saved-state/" id="org.pantheon.switchboard.saved-state" gettext-domain="switchboard">
8
<key name="window-state" enum="switchboard-window-states">
9
<default>"Normal"</default>
10
<summary>The saved state of the window.</summary>
11
<description>The saved state of the window.</description>
13
<key name="window-width" type="i">
14
<default>842</default>
15
<summary>The saved width of the window.</summary>
16
<description>The saved width of the window. Must be greater than 700, or it will not take effect.</description>
18
<key name="window-height" type="i">
19
<default>475</default>
20
<summary>The saved height of the window.</summary>
21
<description>The saved height of the window. Must be greater than 400, or it will not take effect.</description>
23
<key name="position" type="as">
24
<default>['']</default>
25
<summary>The position of the window.</summary>
26
<description>The position of the window.</description>