diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-06-11 04:40:41 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-06-11 04:40:41 +0800 |
commit | 3976b6b155858f116261befc5aeb435de7e06c65 (patch) | |
tree | 421141ef6739e47716d1b0c02038250be50ba2a4 | |
parent | 0097872c134e712a520b408d294dc7c6d5156527 (diff) | |
download | gsoc2013-evolution-3976b6b155858f116261befc5aeb435de7e06c65.tar gsoc2013-evolution-3976b6b155858f116261befc5aeb435de7e06c65.tar.gz gsoc2013-evolution-3976b6b155858f116261befc5aeb435de7e06c65.tar.bz2 gsoc2013-evolution-3976b6b155858f116261befc5aeb435de7e06c65.tar.lz gsoc2013-evolution-3976b6b155858f116261befc5aeb435de7e06c65.tar.xz gsoc2013-evolution-3976b6b155858f116261befc5aeb435de7e06c65.tar.zst gsoc2013-evolution-3976b6b155858f116261befc5aeb435de7e06c65.zip |
Made the folder creation dialog slightly larger.
svn path=/trunk/; revision=3509
-rw-r--r-- | shell/glade/e-shell-folder-creation-dialog.glade | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/glade/e-shell-folder-creation-dialog.glade b/shell/glade/e-shell-folder-creation-dialog.glade index d5f732e707..21701a2a29 100644 --- a/shell/glade/e-shell-folder-creation-dialog.glade +++ b/shell/glade/e-shell-folder-creation-dialog.glade @@ -18,8 +18,8 @@ <type>GTK_WINDOW_TOPLEVEL</type> <position>GTK_WIN_POS_NONE</position> <modal>False</modal> - <default_width>250</default_width> - <default_height>350</default_height> + <default_width>350</default_width> + <default_height>410</default_height> <allow_shrink>True</allow_shrink> <allow_grow>True</allow_grow> <auto_shrink>False</auto_shrink> |