Window size is now remembered

This commit is contained in:
heliguy4599
2023-10-04 17:25:56 -04:00
parent ee2975df34
commit 932e17672b
4 changed files with 26 additions and 3 deletions

View File

@@ -1,5 +1,15 @@
<?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>