diff options
author | Rodrigo Moya <rodrigo@novell.com> | 2004-11-04 23:10:59 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-11-04 23:10:59 +0800 |
commit | d25f5e21bf61da74efac3ef408d87b64c3be7858 (patch) | |
tree | bd07be68fbaaf235164577c28941741cdafa7552 /calendar/gui | |
parent | adb7f45975e10236a6bb4249fbc2f94da180d736 (diff) | |
download | gsoc2013-evolution-d25f5e21bf61da74efac3ef408d87b64c3be7858.tar.gz gsoc2013-evolution-d25f5e21bf61da74efac3ef408d87b64c3be7858.tar.zst gsoc2013-evolution-d25f5e21bf61da74efac3ef408d87b64c3be7858.zip |
expand the horizontal box so that it fills all available space.
2004-11-04 Rodrigo Moya <rodrigo@novell.com>
* gui/dialogs/event-page.glade:
* gui/dialogs/task-page.glade: expand the horizontal box so that it
fills all available space.
svn path=/trunk/; revision=27840
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/dialogs/event-page.glade | 4 | ||||
-rw-r--r-- | calendar/gui/dialogs/task-page.glade | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/calendar/gui/dialogs/event-page.glade b/calendar/gui/dialogs/event-page.glade index d6744f837a..a8b9ba5110 100644 --- a/calendar/gui/dialogs/event-page.glade +++ b/calendar/gui/dialogs/event-page.glade @@ -407,8 +407,8 @@ </widget> <packing> <property name="padding">0</property> - <property name="expand">False</property> - <property name="fill">False</property> + <property name="expand">True</property> + <property name="fill">True</property> </packing> </child> diff --git a/calendar/gui/dialogs/task-page.glade b/calendar/gui/dialogs/task-page.glade index c66ceb1932..77117b4f21 100644 --- a/calendar/gui/dialogs/task-page.glade +++ b/calendar/gui/dialogs/task-page.glade @@ -364,7 +364,7 @@ </widget> <packing> <property name="padding">0</property> - <property name="expand">False</property> + <property name="expand">True</property> <property name="fill">True</property> </packing> </child> @@ -583,8 +583,8 @@ </widget> <packing> <property name="padding">0</property> - <property name="expand">True</property> - <property name="fill">True</property> + <property name="expand">False</property> + <property name="fill">False</property> </packing> </child> </widget> |