aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardon <javier.jardon@codethink.co.uk>2011-07-05 15:57:49 +0100
committerJavier Jardon <javier.jardon@codethink.co.uk>2011-07-05 15:57:49 +0100
commitfb991e313f6823b8b0c030c07772c98cbec370b6 (patch)
tree6c8ad5f7d27b5e234e6afdb8de34569c91bcb60d
parente0806a77e3acf8068c6f6e29199650fbf3dabb19 (diff)
downloadayatana-indicator-power-fb991e313f6823b8b0c030c07772c98cbec370b6.tar.gz
ayatana-indicator-power-fb991e313f6823b8b0c030c07772c98cbec370b6.tar.bz2
ayatana-indicator-power-fb991e313f6823b8b0c030c07772c98cbec370b6.zip
Use a bigger icon for the menu items
-rw-r--r--src/indicator-power.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indicator-power.c b/src/indicator-power.c
index e900393..7dc17b9 100644
--- a/src/indicator-power.c
+++ b/src/indicator-power.c
@@ -349,7 +349,7 @@ menu_add_device (GtkMenu *menu,
n_devices++;
device_icons = g_strsplit (device_icon, " ", -1);
- icon = gtk_image_new_from_icon_name (device_icons[3], GTK_ICON_SIZE_MENU);
+ icon = gtk_image_new_from_icon_name (device_icons[3], GTK_ICON_SIZE_SMALL_TOOLBAR);
g_strfreev (device_icons);
device_name = device_kind_to_localised_string (kind);