mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
16 lines
533 B
XML
16 lines
533 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>800</default>
|
|
<summary>Window Width</summary>
|
|
<description>The width of the main window</description>
|
|
</key>
|
|
<key name="window-height" type="i">
|
|
<default>500</default>
|
|
<summary>Window Height</summary>
|
|
<description>The height of the main window</description>
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|