aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-settings-dialog.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-10-29 01:21:24 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-10-29 01:21:24 +0800
commit7699a39bd3729c6c139412cb3fff52f9e0621d70 (patch)
treefda9cec794f3e6086a0ba733e5078371dac26bdf /shell/e-shell-settings-dialog.c
parent8cee649c28cad4b5ab98a26b5139a5140567830c (diff)
downloadgsoc2013-evolution-7699a39bd3729c6c139412cb3fff52f9e0621d70.tar
gsoc2013-evolution-7699a39bd3729c6c139412cb3fff52f9e0621d70.tar.gz
gsoc2013-evolution-7699a39bd3729c6c139412cb3fff52f9e0621d70.tar.bz2
gsoc2013-evolution-7699a39bd3729c6c139412cb3fff52f9e0621d70.tar.lz
gsoc2013-evolution-7699a39bd3729c6c139412cb3fff52f9e0621d70.tar.xz
gsoc2013-evolution-7699a39bd3729c6c139412cb3fff52f9e0621d70.tar.zst
gsoc2013-evolution-7699a39bd3729c6c139412cb3fff52f9e0621d70.zip
Increase the width slightly.
* e-shell-settings-dialog.c (set_dialog_size): Increase the width slightly. * e-shell-view-menu.c: Set "settings.png" as the icon for /menu/Tools/Settings. svn path=/trunk/; revision=18460
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);