X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmaemo%2Fmodest-signature-editor-dialog.c;h=c0a26143831a335f4814cb8a2e7582dd3b7d80ce;hp=793d7189d51930d1ce85438a41f165dd8792e08a;hb=8405453011dab6ac79ad5e2d5820359426976a0d;hpb=bd7e91cced8bcd920a57003c0bfc06d1940d777d diff --git a/src/maemo/modest-signature-editor-dialog.c b/src/maemo/modest-signature-editor-dialog.c index 793d718..c0a2614 100644 --- a/src/maemo/modest-signature-editor-dialog.c +++ b/src/maemo/modest-signature-editor-dialog.c @@ -168,6 +168,7 @@ modest_signature_editor_dialog_init (ModestSignatureEditorDialog *self) gtk_dialog_add_button (GTK_DIALOG (self), _("mcen_bd_dialog_cancel"), GTK_RESPONSE_CANCEL); gtk_widget_show (box); + gtk_widget_set_size_request (GTK_WIDGET (self), 480, -1); /* When this window is shown, hibernation should not be possible, * because there is no sensible way to save the state: */ @@ -196,7 +197,7 @@ modest_signature_editor_dialog_set_settings ( gchar* label_text = g_strdup_printf (_("mcen_ia_email_signatures_edit_dlg_label"), account_title); gtk_label_set_text (GTK_LABEL (priv->label), label_text); - gtk_label_set_ellipsize (GTK_LABEL (priv->label), PANGO_ELLIPSIZE_END); + gtk_label_set_ellipsize (GTK_LABEL (priv->label), PANGO_ELLIPSIZE_NONE); g_free (label_text); gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (priv->checkbox_use), use_signature);