aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2004-03-05 00:05:26 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2004-03-05 00:05:26 +0800
commit967a116256c6c79ca9794e3a0e9c13ce02c95f2f (patch)
tree10aefbb129ed80a821f0648bb132f9f206e3b1fa /calendar
parent40a30cb188b91b331adb9da07820e684f2ae8a12 (diff)
downloadgsoc2013-evolution-967a116256c6c79ca9794e3a0e9c13ce02c95f2f.tar
gsoc2013-evolution-967a116256c6c79ca9794e3a0e9c13ce02c95f2f.tar.gz
gsoc2013-evolution-967a116256c6c79ca9794e3a0e9c13ce02c95f2f.tar.bz2
gsoc2013-evolution-967a116256c6c79ca9794e3a0e9c13ce02c95f2f.tar.lz
gsoc2013-evolution-967a116256c6c79ca9794e3a0e9c13ce02c95f2f.tar.xz
gsoc2013-evolution-967a116256c6c79ca9794e3a0e9c13ce02c95f2f.tar.zst
gsoc2013-evolution-967a116256c6c79ca9794e3a0e9c13ce02c95f2f.zip
Fixes #53496
2004-03-04 Rodrigo Moya <rodrigo@ximian.com> Fixes #53496 * gui/dialogs/cal-prefs-dialog.glade: set the same spacing for all tabs in the notebook. svn path=/trunk/; revision=24966
Diffstat (limited to 'calendar')
-rw-r--r--calendar/ChangeLog7
-rw-r--r--calendar/gui/dialogs/cal-prefs-dialog.glade2
2 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index d0d821dc6a..46dd8e7f0e 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,12 @@
2004-03-04 Rodrigo Moya <rodrigo@ximian.com>
+ Fixes #53496
+
+ * gui/dialogs/cal-prefs-dialog.glade: set the same spacing for all
+ tabs in the notebook.
+
+2004-03-04 Rodrigo Moya <rodrigo@ximian.com>
+
* gui/dialogs/comp-editor.c (comp_editor_append_page): always add
the page.
diff --git a/calendar/gui/dialogs/cal-prefs-dialog.glade b/calendar/gui/dialogs/cal-prefs-dialog.glade
index 5f74153dda..6a5a42a0bb 100644
--- a/calendar/gui/dialogs/cal-prefs-dialog.glade
+++ b/calendar/gui/dialogs/cal-prefs-dialog.glade
@@ -891,6 +891,7 @@
<child>
<widget class="GtkVBox" id="vbox8">
+ <property name="border_width">6</property>
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">6</property>
@@ -1307,6 +1308,7 @@
<child>
<widget class="GtkHBox" id="hbox20">
+ <property name="border_width">6</property>
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">6</property>