From 7699a39bd3729c6c139412cb3fff52f9e0621d70 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Mon, 28 Oct 2002 17:21:24 +0000 Subject: 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 --- shell/ChangeLog | 8 ++++++++ shell/e-shell-settings-dialog.c | 2 +- shell/e-shell-view-menu.c | 2 ++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/shell/ChangeLog b/shell/ChangeLog index 142e813ecc..19d008983d 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,11 @@ +2002-10-28 Ettore Perazzoli + + * 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. + 2002-10-25 Ettore Perazzoli [#31303] 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); diff --git a/shell/e-shell-view-menu.c b/shell/e-shell-view-menu.c index 253c8f6169..ad8733bde1 100644 --- a/shell/e-shell-view-menu.c +++ b/shell/e-shell-view-menu.c @@ -734,6 +734,8 @@ static EPixmap pixmaps [] = { E_PIXMAP ("/menu/File/FileImporter", "import.xpm"), E_PIXMAP ("/menu/File/ToggleOffline", "work_offline.xpm"), + E_PIXMAP ("/menu/Tools/Settings", "settings-16.png"), + E_PIXMAP ("/Toolbar/SendReceive", "buttons/send-24-receive.png"), E_PIXMAP_END -- cgit v1.2.3