diff options
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/e-shell-view.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index fb27aaf439..7ee4850107 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,9 @@ 2000-06-01 Ettore Perazzoli <ettore@helixcode.com> + * e-shell-view.c (DEFAULT_WIDTH): Add more 5 pixels. + +2000-06-01 Ettore Perazzoli <ettore@helixcode.com> + * e-shell-view.c (DEFAULT_WIDTH): Made the default window a bit narrower. (DEFAULT_HEIGHT): And shorter. diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c index 0a1f35d07f..4465b00693 100644 --- a/shell/e-shell-view.c +++ b/shell/e-shell-view.c @@ -98,7 +98,7 @@ static guint signals[LAST_SIGNAL] = { 0 }; #define DEFAULT_SHORTCUT_BAR_WIDTH 100 #define DEFAULT_TREE_WIDTH 130 -#define DEFAULT_WIDTH 700 +#define DEFAULT_WIDTH 705 #define DEFAULT_HEIGHT 550 |