From: Jose Dapena Paz Date: Wed, 17 Dec 2008 10:46:40 +0000 (+0000) Subject: Set attachment icon size as finger in editor X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=022cce12cef8fa5d140476a723cfac6fee23ec3b Set attachment icon size as finger in editor pmo-drop-split-view-r6902 --- diff --git a/src/hildon2/modest-msg-edit-window.c b/src/hildon2/modest-msg-edit-window.c index e05dae8..0e42787 100644 --- a/src/hildon2/modest-msg-edit-window.c +++ b/src/hildon2/modest-msg-edit-window.c @@ -755,7 +755,7 @@ init_window (ModestMsgEditWindow *obj) gtk_button_set_relief (GTK_BUTTON (priv->add_attachment_button), GTK_RELIEF_NONE); gtk_button_set_focus_on_click (GTK_BUTTON (priv->add_attachment_button), FALSE); gtk_button_set_alignment (GTK_BUTTON (priv->add_attachment_button), 1.0, 0.5); - attachment_icon = gtk_image_new_from_icon_name (MODEST_HEADER_ICON_ATTACH, GTK_ICON_SIZE_BUTTON); + attachment_icon = gtk_image_new_from_icon_name (MODEST_HEADER_ICON_ATTACH, HILDON_ICON_SIZE_FINGER); gtk_container_add (GTK_CONTAINER (priv->add_attachment_button), attachment_icon); gtk_box_pack_start (GTK_BOX (subject_box), priv->add_attachment_button, FALSE, FALSE, 0); priv->attachments_view = modest_attachments_view_new (NULL);