diff options
author | Ritesh Khadgaray <baby.linux@gmail.com> | 2009-05-09 19:23:09 +0800 |
---|---|---|
committer | Tobias Mueller <tobiasmue@gnome.org> | 2009-05-09 19:23:09 +0800 |
commit | 2fe5a371872bf72e3387f1caa4ae64a2299ecd01 (patch) | |
tree | 736df838a6f9210cc9ac040044ee810e96e51c10 /calendar/gui/alarm-notify | |
parent | 41f4c01085d9435255131b222b300d1f99d9bcc2 (diff) | |
download | gsoc2013-evolution-2fe5a371872bf72e3387f1caa4ae64a2299ecd01.tar.gz gsoc2013-evolution-2fe5a371872bf72e3387f1caa4ae64a2299ecd01.tar.zst gsoc2013-evolution-2fe5a371872bf72e3387f1caa4ae64a2299ecd01.zip |
Resize the alarm notifier correctly
Fixes bug 580163.
Diffstat (limited to 'calendar/gui/alarm-notify')
-rw-r--r-- | calendar/gui/alarm-notify/alarm-notify.glade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/alarm-notify/alarm-notify.glade b/calendar/gui/alarm-notify/alarm-notify.glade index d65ed5efe6..e1e25bdb00 100644 --- a/calendar/gui/alarm-notify/alarm-notify.glade +++ b/calendar/gui/alarm-notify/alarm-notify.glade @@ -415,7 +415,7 @@ translatable="yes">Dismiss _All</property> </widget> <packing> <property name="padding">0</property> - <property name="expand">True</property> + <property name="expand">False</property> <property name="fill">True</property> </packing> </child> |