From d68268a7200b0f9ecf93566f1da9beca58ca4c1d Mon Sep 17 00:00:00 2001 From: Fabien Broquard Date: Tue, 2 Oct 2018 20:35:14 +0200 Subject: na-tray: add preferences dialog and applet menu entry The only option in the preferences is a GtkSpinButton for the user to be able to set the icon sizes easily without having to use dconf-editor. --- applets/notification_area/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'applets/notification_area/Makefile.am') diff --git a/applets/notification_area/Makefile.am b/applets/notification_area/Makefile.am index 67d4f8c6..57ee0a3b 100644 --- a/applets/notification_area/Makefile.am +++ b/applets/notification_area/Makefile.am @@ -97,6 +97,7 @@ notification_area_gschemas_in = org.mate.panel.applet.notification-area.gschema. gsettings_SCHEMAS = $(notification_area_gschemas_in:.xml.in=.xml) ui_FILES = \ + notification-area-preferences-dialog.ui \ notification-area-menu.xml na-resources.c: na.gresource.xml $(shell $(GLIB_COMPILE_RESOURCES) --sourcedir=$(srcdir) --generate-dependencies $(srcdir)/na.gresource.xml) -- cgit v1.2.1