diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2017-02-20 04:49:09 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2017-02-20 04:49:09 +0000 |
commit | 79263ce504bc39f88164c9ce1d08e2f8b2b45c40 (patch) | |
tree | ea3b972c11e94ec619eb5c5d4a93fdcb23c5c5d5 | |
parent | 95778fb9a3313ffb132157dbf147c4a49f257c02 (diff) |
modified the dialog size of editgroup.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3542 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r-- | src/editgroup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/editgroup.c b/src/editgroup.c index 469c1b6a..21fcfcd8 100644 --- a/src/editgroup.c +++ b/src/editgroup.c @@ -46,8 +46,8 @@ #define ADDRESSBOOK_GUESS_FOLDER_NAME "NewFolder" #define ADDRESSBOOK_GUESS_GROUP_NAME "NewGroup" -#define EDITGROUP_WIDTH 600 -#define EDITGROUP_HEIGHT 340 +#define EDITGROUP_WIDTH 680 +#define EDITGROUP_HEIGHT 380 typedef enum { GROUP_COL_NAME, |