host: Remember window dimensions

Like we do for details and manager windows, save window size in
gsettings and remember it across app runs
This commit is contained in:
Cole Robinson
2019-04-13 14:52:17 -04:00
parent 3784864e10
commit de773179ef
4 changed files with 31 additions and 0 deletions

View File

@@ -35,6 +35,12 @@
<summary>Custom connection description</summary>
<description>Custom connection description, used in the manager window. If empty, the app generates a default on demand.</description>
</key>
<key name="window-size" type="(ii)">
<default>(-1, -1)</default>
<summary>Conn details window dimensions</summary>
<description>Connection details window dimensions</description>
</key>
</schema>