summaryrefslogtreecommitdiff
path: root/applets/notification_area/main.h
diff options
context:
space:
mode:
authorFabien Broquard <[email protected]>2018-10-02 20:29:38 +0200
committerlukefromdc <[email protected]>2018-10-20 13:35:24 -0400
commit10b9c30fc79de5f8d9516ba153df233c4968da65 (patch)
treeb88e4afea6a47a1f98e89c72e5928cee5ecffcf1 /applets/notification_area/main.h
parentc7d431d36f8bf6e9b94bab37c19dd51041e117c9 (diff)
downloadmate-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/main.h')
-rw-r--r--applets/notification_area/main.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/applets/notification_area/main.h b/applets/notification_area/main.h
index 3b8f11f1..afeb6608 100644
--- a/applets/notification_area/main.h
+++ b/applets/notification_area/main.h
@@ -26,6 +26,9 @@
#define NA_RESOURCE_PATH "/org/mate/panel/applet/na/"
+#define NA_TRAY_SCHEMA "org.mate.panel.applet.notification-area"
+#define KEY_MIN_ICON_SIZE "min-icon-size"
+
G_BEGIN_DECLS
#define NA_TYPE_TRAY_APPLET (na_tray_applet_get_type ())