diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2007-11-01 08:11:52 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2007-11-01 08:11:52 +0800 |
commit | 736b60139aebdceab2ec1d59049d3838b0a011a9 (patch) | |
tree | 3e1e61085fc4105ea8539c741a346948f2b671d3 /calendar | |
parent | c1ad4dac0dcd6c416f4ea31bd9f4c975ad5e3fab (diff) | |
download | gsoc2013-evolution-736b60139aebdceab2ec1d59049d3838b0a011a9.tar.gz gsoc2013-evolution-736b60139aebdceab2ec1d59049d3838b0a011a9.tar.zst gsoc2013-evolution-736b60139aebdceab2ec1d59049d3838b0a011a9.zip |
Fix spacing between alarm description and buttons.
2007-10-31 Matthew Barnes <mbarnes@redhat.com>
* gui/alarm-notify/alarm-notify.glade:
Fix spacing between alarm description and buttons.
svn path=/trunk/; revision=34474
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 5 | ||||
-rw-r--r-- | calendar/gui/alarm-notify/alarm-notify.glade | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 524e1225e4..e28d93943c 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2007-10-31 Matthew Barnes <mbarnes@redhat.com> + + * gui/alarm-notify/alarm-notify.glade: + Fix spacing between alarm description and buttons. + 2007-10-29 Milan Crha <mcrha@redhat.com> ** Fix for bug #490538 diff --git a/calendar/gui/alarm-notify/alarm-notify.glade b/calendar/gui/alarm-notify/alarm-notify.glade index 359cc0915b..5598da0f4f 100644 --- a/calendar/gui/alarm-notify/alarm-notify.glade +++ b/calendar/gui/alarm-notify/alarm-notify.glade @@ -118,7 +118,7 @@ <widget class="GtkHBox" id="hbox8"> <property name="visible">True</property> <property name="homogeneous">False</property> - <property name="spacing">0</property> + <property name="spacing">6</property> <child> <widget class="GtkVBox" id="vbox2"> |