From: Jose Dapena Paz Date: Tue, 10 Jul 2007 19:03:29 +0000 (+0000) Subject: * src/maemo/modest-msg-edit-window.c: X-Git-Tag: git_migration_finished~2855 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=7bbc2b4ff311c8f6e354530c34b02e8a2761ec32 * src/maemo/modest-msg-edit-window.c: * Changed max width of images as using the thumbable scrollbar we have less space for the editor (fixes NB#62804). pmo-trunk-r2683 --- diff --git a/src/maemo/modest-msg-edit-window.c b/src/maemo/modest-msg-edit-window.c index 9ba518d..61e5109 100644 --- a/src/maemo/modest-msg-edit-window.c +++ b/src/maemo/modest-msg-edit-window.c @@ -82,7 +82,7 @@ #define DEFAULT_SIZE_COMBOBOX_WIDTH 80 #define DEFAULT_MAIN_VBOX_SPACING 6 #define SUBJECT_MAX_LENGTH 1000 -#define IMAGE_MAX_WIDTH 640 +#define IMAGE_MAX_WIDTH 608 #define DEFAULT_FONT_SCALE 1.5 static void modest_msg_edit_window_class_init (ModestMsgEditWindowClass *klass);