~larsu/indicator-messages/fix-939953

« back to all changes in this revision

Viewing changes to src/indicator-messages.c

  • Committer: Lars Uebernickel
  • Date: 2012-03-08 16:04:04 UTC
  • Revision ID: lars.uebernickel@canonical.com-20120308160404-33y7yxm81tfc13h5
Revert r244, there's only one padding

Show diffs side-by-side

added added

removed removed

Lines of Context:
724
724
        gtk_widget_set_size_request(GTK_WIDGET (gmi), -1, height + 4);
725
725
 
726
726
#if GTK_CHECK_VERSION(3, 0, 0)
727
 
        gtk_widget_set_margin_left (hbox, width + 2 * padding);
 
727
        gtk_widget_set_margin_left (hbox, width + padding);
728
728
#endif
729
729
 
730
730
        GdkPixbuf * pixbuf = dbusmenu_menuitem_property_get_image(newitem, INDICATOR_MENUITEM_PROP_ICON);