window: Bind size to GSettings
This commit is contained in:
@@ -2,4 +2,15 @@
|
||||
<schemalist gettext-domain="cartridges">
|
||||
<schema id="@APP_ID@" path="@PREFIX@/">
|
||||
</schema>
|
||||
<schema id="@APP_ID@.State" path="@PREFIX@/State/">
|
||||
<key name="width" type="i">
|
||||
<default>920</default>
|
||||
</key>
|
||||
<key name="height" type="i">
|
||||
<default>700</default>
|
||||
</key>
|
||||
<key name="is-maximized" type="b">
|
||||
<default>false</default>
|
||||
</key>
|
||||
</schema>
|
||||
</schemalist>
|
||||
|
||||
Reference in New Issue
Block a user