diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2004-03-05 00:05:26 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-03-05 00:05:26 +0800 |
commit | 967a116256c6c79ca9794e3a0e9c13ce02c95f2f (patch) | |
tree | 10aefbb129ed80a821f0648bb132f9f206e3b1fa | |
parent | 40a30cb188b91b331adb9da07820e684f2ae8a12 (diff) | |
download | gsoc2013-evolution-967a116256c6c79ca9794e3a0e9c13ce02c95f2f.tar.gz 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
-rw-r--r-- | calendar/ChangeLog | 7 | ||||
-rw-r--r-- | calendar/gui/dialogs/cal-prefs-dialog.glade | 2 |
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> |