Files
outlay/outlay-gtk/data/com.outlay.app.gschema.xml

21 lines
754 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="outlay">
<schema id="com.outlay.app" path="/com/outlay/app/">
<key name="window-width" type="i">
<default>900</default>
<summary>Window width</summary>
<description>The width of the main application window.</description>
</key>
<key name="window-height" type="i">
<default>600</default>
<summary>Window height</summary>
<description>The height of the main application window.</description>
</key>
<key name="window-maximized" type="b">
<default>false</default>
<summary>Window maximized</summary>
<description>Whether the main application window is maximized.</description>
</key>
</schema>
</schemalist>