mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
Properly remember window size and state
The previous commit's way of doing it worked but was not adviseable
This commit is contained in:
@@ -1,15 +1,17 @@
|
||||
<?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>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user