X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-conf-keys.h;h=98c90e4378dc12793d7c6f0719685743a78d1aea;hp=7c070dc9c78a9e8ee5601eb2c6dcef5855e7f2ad;hb=6f80af08db0c5ab3bc1a4bff0e00acf819f03efd;hpb=f6ceb8f41abc9393fe7a7d6e57aa13819ef611d3 diff --git a/src/modest-conf-keys.h b/src/modest-conf-keys.h index 7c070dc..98c90e4 100644 --- a/src/modest-conf-keys.h +++ b/src/modest-conf-keys.h @@ -34,6 +34,15 @@ /* configuration key definitions for modest */ #define MODEST_CONF_NAMESPACE "/apps/modest" +/* place for widget settings */ +#define MODEST_CONF_WIDGET_NAMESPACE MODEST_CONF_NAMESPACE "/widgets" + + + +/* + * the widget settings below are obsolete + */ + /* * the main window @@ -45,12 +54,19 @@ #define MODEST_MAIN_WINDOW_WIDTH_DEFAULT 800 + +/* + * the next 5 parameters determine the window size + */ +#define MODEST_MAIN_PANED_HEIGHT MODEST_CONF_NAMESPACE "/main_paned_height" +#define MODEST_MAIN_PANED_HEIGHT_DEFAULT 600 + /* the folders / favorites (on the left) */ #define MODEST_FOLDER_PANED_WIDTH MODEST_CONF_NAMESPACE "/folder_paned_width" #define MODEST_FOLDER_PANED_WIDTH_DEFAULT 150 /* percentage the of the height of the favorites folders */ #define MODEST_FOLDER_PANED_DIVIDER_POS MODEST_CONF_NAMESPACE "/folder_paned_divider_pos" -#define MODEST_FOLDER_PANED_DIVIDER_POS_DEFAULT 20 +#define MODEST_FOLDER_PANED_DIVIDER_POS_DEFAULT 100 /* the messages / headers (on the right) */ #define MODEST_MSG_PANED_WIDTH MODEST_CONF_NAMESPACE "/msg_paned_width" @@ -61,6 +77,10 @@ #define MODEST_MSG_PANED_DIVIDER_POS_DEFAULT 40 + + + + /* * the account view window */