diff options
author | Fabien Broquard <[email protected]> | 2018-10-02 20:29:38 +0200 |
---|---|---|
committer | lukefromdc <[email protected]> | 2018-10-20 13:35:24 -0400 |
commit | 10b9c30fc79de5f8d9516ba153df233c4968da65 (patch) | |
tree | b88e4afea6a47a1f98e89c72e5928cee5ecffcf1 /applets/notification_area/org.mate.panel.applet.notification-area.gschema.xml.in | |
parent | c7d431d36f8bf6e9b94bab37c19dd51041e117c9 (diff) | |
download | mate-panel-10b9c30fc79de5f8d9516ba153df233c4968da65.tar.bz2 mate-panel-10b9c30fc79de5f8d9516ba153df233c4968da65.tar.xz |
na-tray: wide panels, add GSettings to the applet
The new GSettings allow to change and remember the minimum icon size for the grid.
The default icon size is set at 24px.
Diffstat (limited to 'applets/notification_area/org.mate.panel.applet.notification-area.gschema.xml.in')
-rw-r--r-- | applets/notification_area/org.mate.panel.applet.notification-area.gschema.xml.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/applets/notification_area/org.mate.panel.applet.notification-area.gschema.xml.in b/applets/notification_area/org.mate.panel.applet.notification-area.gschema.xml.in new file mode 100644 index 00000000..0a6bf46e --- /dev/null +++ b/applets/notification_area/org.mate.panel.applet.notification-area.gschema.xml.in @@ -0,0 +1,9 @@ +<schemalist gettext-domain="@GETTEXT_PACKAGE@"> + <schema id="org.mate.panel.applet.notification-area"> + <key name="min-icon-size" type="i"> + <default>24</default> + <summary>Minimum icon size</summary> + <description>The minimum size an icon can have.</description> + </key> + </schema> +</schemalist> |