[gnome-maps/wip/mlundblad/scale-visible-setting: 1/2] gschema: Add boolean setting for the scale
- From: Marcus Lundblad <mlundblad src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps/wip/mlundblad/scale-visible-setting: 1/2] gschema: Add boolean setting for the scale
- Date: Wed, 2 Mar 2022 22:26:53 +0000 (UTC)
commit 6b87c4f7a8e2caf948770942e38ae76b26c0e5b8
Author: Marcus Lundblad <ml dfupdate se>
Date: Wed Mar 2 22:50:56 2022 +0100
gschema: Add boolean setting for the scale
Add setting for storing whether to show the scale.
Defaults to true.
data/org.gnome.Maps.gschema.xml | 5 +++++
1 file changed, 5 insertions(+)
---
diff --git a/data/org.gnome.Maps.gschema.xml b/data/org.gnome.Maps.gschema.xml
index f9239066..b08180b2 100644
--- a/data/org.gnome.Maps.gschema.xml
+++ b/data/org.gnome.Maps.gschema.xml
@@ -80,5 +80,10 @@
<summary>Use hybrid aerial tiles</summary>
<description>Whether aerial tiles should use hybrid style (with labels).</description>
</key>
+ <key name="show-scale" type="b">
+ <default>true</default>
+ <summary>Show scale</summary>
+ <description>Whether to show the scale.</description>
+ </key>
</schema>
</schemalist>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]