From f533c78580c4f71236def6bb48c958ba1a82b61c Mon Sep 17 00:00:00 2001 From: Radek Doulik Date: Fri, 13 Feb 2004 14:53:57 +0000 Subject: added defaults for composer width/height 2004-02-13 Radek Doulik * evolution-mail.schemas.in.in: added defaults for composer width/height svn path=/trunk/; revision=24734 --- mail/ChangeLog | 5 +++++ mail/evolution-mail.schemas.in.in | 24 ++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/mail/ChangeLog b/mail/ChangeLog index 4a6ee47524..3814ba1121 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2004-02-13 Radek Doulik + + * evolution-mail.schemas.in.in: added defaults for composer + width/height + 2004-02-13 Sarfraaz Ahmed * em-folder-view.c (emfv_popup_delete): added the code to get diff --git a/mail/evolution-mail.schemas.in.in b/mail/evolution-mail.schemas.in.in index 2e97e01f4c..f6b85a1f22 100644 --- a/mail/evolution-mail.schemas.in.in +++ b/mail/evolution-mail.schemas.in.in @@ -143,6 +143,30 @@ + + /schemas/apps/evolution/mail/composer/width + /apps/evolution/mail/composer/width + evolution-mail + int + 600 + + Composer Window default width + Default width of the Composer Window + + + + + /schemas/apps/evolution/mail/composer/height + /apps/evolution/mail/composer/height + evolution-mail + int + 500 + + Composer Window default height + Default height of the Composer Window + + + -- cgit