15 lines
381 B
XML
15 lines
381 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<schemalist>
|
|
<schema id="io.github.outlay" path="/io/github/outlay/">
|
|
<key name="window-width" type="i">
|
|
<default>900</default>
|
|
</key>
|
|
<key name="window-height" type="i">
|
|
<default>600</default>
|
|
</key>
|
|
<key name="window-maximized" type="b">
|
|
<default>false</default>
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|