~ted/indicator-messages/telepathy-offline

« back to all changes in this revision

Viewing changes to src/indicator-messages.c

  • Committer: Lars Uebernickel
  • Date: 2012-02-10 07:38:52 UTC
  • Revision ID: lars.uebernickel@canonical.com-20120210073852-wx8747lhbr0xynqq
Fix left margin of indicator items

Show diffs side-by-side

added added

removed removed

Lines of Context:
711
711
        gtk_icon_size_lookup(GTK_ICON_SIZE_MENU, &width, &height);
712
712
        gtk_widget_set_size_request(GTK_WIDGET (gmi), -1, height + 4);
713
713
 
714
 
        gtk_widget_set_margin_left (hbox, width + padding);
 
714
        gtk_widget_set_margin_left (hbox, width + 2 * padding);
715
715
 
716
716
        GdkPixbuf * pixbuf = dbusmenu_menuitem_property_get_image(newitem, INDICATOR_MENUITEM_PROP_ICON);
717
717
        if (pixbuf != NULL) {