diff options
author | Rodrigo Moya <rodrigo@novell.com> | 2004-10-12 01:02:40 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-10-12 01:02:40 +0800 |
commit | bab4ad240f77663e1b9b8707fcc2ecaf30ca091a (patch) | |
tree | 33839cee6d2ad4c1505be9c297d5501924df105c /calendar/gui/dialogs/event-page.glade | |
parent | 2432e22d47ec0c9bc190988a0708b4f13a0aa183 (diff) | |
download | gsoc2013-evolution-bab4ad240f77663e1b9b8707fcc2ecaf30ca091a.tar gsoc2013-evolution-bab4ad240f77663e1b9b8707fcc2ecaf30ca091a.tar.gz gsoc2013-evolution-bab4ad240f77663e1b9b8707fcc2ecaf30ca091a.tar.bz2 gsoc2013-evolution-bab4ad240f77663e1b9b8707fcc2ecaf30ca091a.tar.lz gsoc2013-evolution-bab4ad240f77663e1b9b8707fcc2ecaf30ca091a.tar.xz gsoc2013-evolution-bab4ad240f77663e1b9b8707fcc2ecaf30ca091a.tar.zst gsoc2013-evolution-bab4ad240f77663e1b9b8707fcc2ecaf30ca091a.zip |
Fixes #45951
2004-10-08 Rodrigo Moya <rodrigo@novell.com>
Fixes #45951
* gui/dialogs/event-page.glade:
* gui/dialogs/task-page.glade: attach the description field correctly
to the table so that it scrolls correctly instead of making the dialog
bigger as you write.
* gui/dialogs/comp-editor.c (setup_widgets): no need to create an extra
GtkVBox, just use the GtkDialog's one.
svn path=/trunk/; revision=27538
Diffstat (limited to 'calendar/gui/dialogs/event-page.glade')
-rw-r--r-- | calendar/gui/dialogs/event-page.glade | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/dialogs/event-page.glade b/calendar/gui/dialogs/event-page.glade index efa8dd4ef6..eef0ef201f 100644 --- a/calendar/gui/dialogs/event-page.glade +++ b/calendar/gui/dialogs/event-page.glade @@ -205,8 +205,8 @@ <property name="right_attach">2</property> <property name="top_attach">4</property> <property name="bottom_attach">5</property> - <property name="x_options">fill</property> - <property name="y_options">fill</property> + <property name="x_options">expand|shrink|fill</property> + <property name="y_options">expand|shrink|fill</property> </packing> </child> |