mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 08:14:12 +09:00
18 lines
480 B
XML
18 lines
480 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<schemalist gettext-domain="warehouse">
|
|
<schema id="io.github.flattool.Warehouse" path="/io/github/flattool/Warehouse/">
|
|
<key name="window-width" type="i">
|
|
<default>640</default>
|
|
</key>
|
|
<key name="window-height" type="i">
|
|
<default>480</default>
|
|
</key>
|
|
<key name="is-maximized" type="b">
|
|
<default>false</default>
|
|
</key>
|
|
<key name="is-fullscreen" type="b">
|
|
<default>false</default>
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|