[gnome-maps/wip/mlundblad/initial-adaptive: 3/3] gschema: Set an empty default window size.
- From: Marcus Lundblad <mlundblad src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps/wip/mlundblad/initial-adaptive: 3/3] gschema: Set an empty default window size.
- Date: Sun, 2 Oct 2022 07:47:54 +0000 (UTC)
commit ce287f976b33585817df2b1f0d7912b8343d89e3
Author: Marcus Lundblad <ml dfupdate se>
Date: Sun Oct 2 09:45:13 2022 +0200
gschema: Set an empty default window size.
This avoids a call to set_default_size being made overriding
the requested size set by the widget template.
data/org.gnome.Maps.gschema.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]