aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-settings-dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-settings-dialog.c')
-rw-r--r--shell/e-shell-settings-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-settings-dialog.c b/shell/e-shell-settings-dialog.c
index a00f55bfc6..6034a7ea74 100644
--- a/shell/e-shell-settings-dialog.c
+++ b/shell/e-shell-settings-dialog.c
@@ -60,7 +60,7 @@ set_dialog_size (EShellSettingsDialog *dialog)
int width, height;
font = GTK_WIDGET (dialog)->style->font;
- width = gdk_string_width (font, "M") * 66;
+ width = gdk_string_width (font, "M") * 72;
height = (font->ascent + font->descent) * 35;
gtk_widget_set_usize (GTK_WIDGET (dialog), width, height);