GNOME Bugzilla – Bug 741184
[PATCH] applet: hardcode AP strength icons to 24x24
Last modified: 2015-01-12 15:51:03 UTC
Created attachment 292217 [details] [review] 0001-applet-hardcode-AP-strength-icons-to-24x24.patch The icon size in the menu is currently the same as the size of the status icon. That means if the status icon size is larger than 24x24 the menu looks awful. We should be using GTK_ICON_SIZE_MENU here, but that's actually a bit too small. Since GTK hardcodes GTK_ICON_SIZE_MENU to 16x16 anyway, we might as well hardcode the size we want to use too.
Created attachment 292218 [details] before.png
Created attachment 292219 [details] after.png
LGTM
The patch seems fine to me.
Pushed as 5814648e6e3a7e825d85e1955736ffa284af541a
Ho will that play with the appindicator patches which don't assume any particular icon size?