24 lines
961 B
XML
24 lines
961 B
XML
<schemalist>
|
|
<enum id="com.github.artemanufrij.webpin.window-state">
|
|
<value nick="Normal" value="0" />
|
|
<value nick="Maximized" value="1" />
|
|
<value nick="Fullscreen" value="2" />
|
|
</enum>
|
|
<schema path="/com/github/artemanufrij/webpin/" id="com.github.artemanufrij.webpin" gettext-domain="com.github.artemanufrij.webpin">
|
|
<key name="window-width" type="i">
|
|
<default>800</default>
|
|
<summary>The saved width of the window.</summary>
|
|
<description>The saved width of the window.</description>
|
|
</key>
|
|
<key name="window-height" type="i">
|
|
<default>650</default>
|
|
<summary>The saved height of the window.</summary>
|
|
<description>The saved height of the window.</description>
|
|
</key>
|
|
<key name="window-state" enum="com.github.artemanufrij.webpin.window-state">
|
|
<default>"Normal"</default>
|
|
<summary>The saved state of the window.</summary>
|
|
<description>The saved state of the window.</description>
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|