summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2023-03-08 10:14:19 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2023-03-16 12:26:28 +0000
commitc2fcf0049e9344887dd818e1494418c4b61459d6 (patch)
treea86e31a5f52c486ffdadcdf7ebfcff19dc8972f8 /data
parentb93aa0dd23968036e68aa30961f4160354aa35b1 (diff)
downloadgnome-calendar-c2fcf0049e9344887dd818e1494418c4b61459d6.tar.gz
gschema: Cosmetics
Cleanup indentation.
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.calendar.gschema.xml.in54
1 files changed, 27 insertions, 27 deletions
diff --git a/data/org.gnome.calendar.gschema.xml.in b/data/org.gnome.calendar.gschema.xml.in
index 4310b33a..49a80573 100644
--- a/data/org.gnome.calendar.gschema.xml.in
+++ b/data/org.gnome.calendar.gschema.xml.in
@@ -1,30 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="@GETTEXT_PACKAGE@">
- <schema id="org.gnome.calendar" path="/org/gnome/calendar/">
- <key name="window-maximized" type="b">
- <default>true</default>
- <summary>Window maximized</summary>
- <description>Window maximized state</description>
- </key>
- <key name="window-size" type="(ii)">
- <default>(768, 600)</default>
- <summary>Window size</summary>
- <description>Window size (width and height).</description>
- </key>
- <key name="window-position" type="(ii)">
- <default>(-1, -1)</default>
- <summary>Window position</summary>
- <description>Window position (x and y).</description>
- </key>
- <key name="active-view" enum="org.gnome.calendar.GcalWindowView">
- <default>'month'</default>
- <summary>Type of the active view</summary>
- <description>Type of the active window view, default value is: monthly view</description>
- </key>
- <key name="weather-settings" type="(bbsmv)">
- <default>(true, true, '', nothing)</default>
- <summary>Weather Service Configuration</summary>
- <description>Whether weather reports are shown, automatic locations are used and a location-name</description>
- </key>
- </schema>
+ <schema id="org.gnome.calendar" path="/org/gnome/calendar/">
+ <key name="window-maximized" type="b">
+ <default>true</default>
+ <summary>Window maximized</summary>
+ <description>Window maximized state</description>
+ </key>
+ <key name="window-size" type="(ii)">
+ <default>(768, 600)</default>
+ <summary>Window size</summary>
+ <description>Window size (width and height).</description>
+ </key>
+ <key name="window-position" type="(ii)">
+ <default>(-1, -1)</default>
+ <summary>Window position</summary>
+ <description>Window position (x and y).</description>
+ </key>
+ <key name="active-view" enum="org.gnome.calendar.GcalWindowView">
+ <default>'month'</default>
+ <summary>Type of the active view</summary>
+ <description>Type of the active window view, default value is: monthly view</description>
+ </key>
+ <key name="weather-settings" type="(bbsmv)">
+ <default>(true, true, '', nothing)</default>
+ <summary>Weather Service Configuration</summary>
+ <description>Whether weather reports are shown, automatic locations are used and a location-name</description>
+ </key>
+ </schema>
</schemalist>