diff options
author | Marcus Lundblad <ml@dfupdate.se> | 2022-10-02 09:45:13 +0200 |
---|---|---|
committer | Marcus Lundblad <ml@dfupdate.se> | 2022-10-02 22:31:43 +0200 |
commit | c3a2f824d23b7dcc34e16964538e5bc8348d9a0d (patch) | |
tree | 601206aedd0f33d5c1181da7a4c1a84b23170270 | |
parent | 983e18eba16c1160d524ae4ac8f59f4b45767fd9 (diff) | |
download | gnome-maps-wip/mlundblad/initial-adaptive.tar.gz |
gschema: Set an empty default window sizewip/mlundblad/initial-adaptive
This avoids a call to set_default_size being made
on initial launch, instead relying on the default
size determined by the window mangager.
-rw-r--r-- | data/org.gnome.Maps.gschema.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.gnome.Maps.gschema.xml b/data/org.gnome.Maps.gschema.xml index ea36bc2a..439a773b 100644 --- a/data/org.gnome.Maps.gschema.xml +++ b/data/org.gnome.Maps.gschema.xml @@ -22,7 +22,7 @@ <description>The type of map to display (street, aerial, etc.)</description> </key> <key name="window-size" type="ai"> - <default>[768, 600]</default> + <default>[]</default> <summary>Window size</summary> <description>Window size (width and height).</description> </key> |