[evolution] I#363 - Change minimum width limit for the mail sidebar



commit 50d8acd9b71652636203b756c90ff750df15851f
Author: Milan Crha <mcrha redhat com>
Date:   Mon Feb 17 19:37:48 2020 +0100

    I#363 - Change minimum width limit for the mail sidebar
    
    Closes https://gitlab.gnome.org/GNOME/evolution/issues/363

 src/modules/mail/e-mail-shell-sidebar.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/modules/mail/e-mail-shell-sidebar.c b/src/modules/mail/e-mail-shell-sidebar.c
index 40a9afb82d..4eec8500e6 100644
--- a/src/modules/mail/e-mail-shell-sidebar.c
+++ b/src/modules/mail/e-mail-shell-sidebar.c
@@ -328,7 +328,7 @@ mail_shell_sidebar_get_preferred_width (GtkWidget *widget,
 
        /* This string is a mockup only; it doesn't need to be translated */
        layout = gtk_widget_create_pango_layout (
-               widget, "typical account mailservice com");
+               widget, "Account Name");
        pango_layout_get_pixel_extents (layout, &ink_rect, NULL);
        g_object_unref (layout);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]