diff options
author | Javier Jardon <javier.jardon@codethink.co.uk> | 2011-07-05 15:57:49 +0100 |
---|---|---|
committer | Javier Jardon <javier.jardon@codethink.co.uk> | 2011-07-05 15:57:49 +0100 |
commit | fb991e313f6823b8b0c030c07772c98cbec370b6 (patch) | |
tree | 6c8ad5f7d27b5e234e6afdb8de34569c91bcb60d | |
parent | e0806a77e3acf8068c6f6e29199650fbf3dabb19 (diff) | |
download | ayatana-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.c | 2 |
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); |