webpin/schemas/com.github.artemanufrij.webpin.gschema.xml
2017-11-26 00:07:55 +01:00

30 lines
1.1 KiB
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>
<key name="use-dark-theme" type="b">
<default>false</default>
<summary>Use Dark Theme.</summary>
<description>Use Dark Theme.</description>
</key>
</schema>
</schemalist>