diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2012-03-08 17:04:04 +0100 |
---|---|---|
committer | Lars Uebernickel <lars.uebernickel@canonical.com> | 2012-03-08 17:04:04 +0100 |
commit | 1db6a885347c921a5c7ee58e9e673c9c7b1007cb (patch) | |
tree | 4af9830799f688eaf608e678815e3dbb34c0e687 | |
parent | 6af0284db7c657adb05e75e8ab6f8c9bce5e9381 (diff) | |
download | ayatana-indicator-messages-1db6a885347c921a5c7ee58e9e673c9c7b1007cb.tar.gz ayatana-indicator-messages-1db6a885347c921a5c7ee58e9e673c9c7b1007cb.tar.bz2 ayatana-indicator-messages-1db6a885347c921a5c7ee58e9e673c9c7b1007cb.zip |
Revert r244, there's only one padding
-rw-r--r-- | src/indicator-messages.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indicator-messages.c b/src/indicator-messages.c index cf81f40..2c5e3cd 100644 --- a/src/indicator-messages.c +++ b/src/indicator-messages.c @@ -724,7 +724,7 @@ new_indicator_item (DbusmenuMenuitem * newitem, DbusmenuMenuitem * parent, Dbusm gtk_widget_set_size_request(GTK_WIDGET (gmi), -1, height + 4); #if GTK_CHECK_VERSION(3, 0, 0) - gtk_widget_set_margin_left (hbox, width + 2 * padding); + gtk_widget_set_margin_left (hbox, width + padding); #endif GdkPixbuf * pixbuf = dbusmenu_menuitem_property_get_image(newitem, INDICATOR_MENUITEM_PROP_ICON); |