Files
warehouse/data/io.github.flattool.Warehouse.gschema.xml
heliguy4599 cf1146741a Properly remember window size and state
The previous commit's way of doing it worked but was not adviseable
2023-10-04 17:33:18 -04:00

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>