diff options
author | Not Zed <NotZed@Ximian.com> | 2003-03-26 13:31:17 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-03-26 13:31:17 +0800 |
commit | 738282ff2845c4648c3e08fd3f9a5d62161e7253 (patch) | |
tree | 245a2648a9bb0cdf4b48ef86e5069f389f5f194c /shell/ChangeLog | |
parent | 0983e2cf9111f44177ec6355627beae1fb651d8e (diff) | |
download | gsoc2013-evolution-738282ff2845c4648c3e08fd3f9a5d62161e7253.tar gsoc2013-evolution-738282ff2845c4648c3e08fd3f9a5d62161e7253.tar.gz gsoc2013-evolution-738282ff2845c4648c3e08fd3f9a5d62161e7253.tar.bz2 gsoc2013-evolution-738282ff2845c4648c3e08fd3f9a5d62161e7253.tar.lz gsoc2013-evolution-738282ff2845c4648c3e08fd3f9a5d62161e7253.tar.xz gsoc2013-evolution-738282ff2845c4648c3e08fd3f9a5d62161e7253.tar.zst gsoc2013-evolution-738282ff2845c4648c3e08fd3f9a5d62161e7253.zip |
Use set_default_size instead of size_request so we allow the user to
2003-03-25 Not Zed <NotZed@Ximian.com>
* e-shell-settings-dialog.c (set_dialog_size): Use
set_default_size instead of size_request so we allow the user to
resize the window. Also try using 60x30 rather than 72x35 as the
approximate font cell size. For bug #39706.
svn path=/trunk/; revision=20513
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index dcb78822e5..db3cf89490 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,10 @@ +2003-03-25 Not Zed <NotZed@Ximian.com> + + * e-shell-settings-dialog.c (set_dialog_size): Use + set_default_size instead of size_request so we allow the user to + resize the window. Also try using 60x30 rather than 72x35 as the + approximate font cell size. For bug #39706. + 2003-03-25 Dan Winship <danw@ximian.com> * e-folder-dnd-bridge.c: Update for e_notice move. |