webpin/schemas/com.github.artemanufrij.webpin.gschema.xml

30 lines
1.1 KiB
XML
Raw Permalink Normal View History

2017-07-31 19:27:03 +01:00
<schemalist>
2017-07-31 19:58:37 +01:00
<enum id="com.github.artemanufrij.webpin.window-state">
2017-07-31 19:27:03 +01:00
<value nick="Normal" value="0" />
<value nick="Maximized" value="1" />
<value nick="Fullscreen" value="2" />
</enum>
2017-07-31 19:58:37 +01:00
<schema path="/com/github/artemanufrij/webpin/" id="com.github.artemanufrij.webpin" gettext-domain="com.github.artemanufrij.webpin">
2017-07-31 19:27:03 +01:00
<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>
2017-07-31 19:58:37 +01:00
<key name="window-state" enum="com.github.artemanufrij.webpin.window-state">
2017-07-31 19:27:03 +01:00
<default>"Normal"</default>
<summary>The saved state of the window.</summary>
<description>The saved state of the window.</description>
</key>
2017-11-25 23:07:55 +00:00
<key name="use-dark-theme" type="b">
<default>false</default>
<summary>Use Dark Theme.</summary>
<description>Use Dark Theme.</description>
</key>
2017-07-31 19:27:03 +01:00
</schema>
</schemalist>