aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/printing/e-contact-print.glade
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2008-12-09 20:53:32 +0800
committerMilan Crha <mcrha@src.gnome.org>2008-12-09 20:53:32 +0800
commit14ed95aaafdf590495c951a46234894acfd14157 (patch)
tree16781ca7beb1a8d5ca65da1a4f20eb1a48d8d8eb /addressbook/printing/e-contact-print.glade
parentf21ef40ef391faa03d311ddce7668cce25215c07 (diff)
downloadgsoc2013-evolution-14ed95aaafdf590495c951a46234894acfd14157.tar
gsoc2013-evolution-14ed95aaafdf590495c951a46234894acfd14157.tar.gz
gsoc2013-evolution-14ed95aaafdf590495c951a46234894acfd14157.tar.bz2
gsoc2013-evolution-14ed95aaafdf590495c951a46234894acfd14157.tar.lz
gsoc2013-evolution-14ed95aaafdf590495c951a46234894acfd14157.tar.xz
gsoc2013-evolution-14ed95aaafdf590495c951a46234894acfd14157.tar.zst
gsoc2013-evolution-14ed95aaafdf590495c951a46234894acfd14157.zip
** Fix for bug #563669
2008-12-09 Milan Crha <mcrha@redhat.com> ** Fix for bug #563669 * addressbook/gui/component/ldap-config.glade: * addressbook/printing/e-contact-print.glade: * mail/mail-config.glade: * filter/filter.glade: * widgets/misc/e-send-options.glade: * calendar/gui/dialogs/recurrence-page.glade: * calendar/gui/dialogs/alarm-dialog.glade: * calendar/gui/dialogs/event-page.glade: * calendar/gui/dialogs/task-details-page.glade: * calendar/gui/dialogs/cal-prefs-dialog.glade: * calendar/gui/alarm-notify/alarm-notify.glade: * calendar/gui/goto-dialog.glade: Use zero GtkSpinButton's PageSize, as Gtk+ requires. svn path=/trunk/; revision=36855
Diffstat (limited to 'addressbook/printing/e-contact-print.glade')
-rw-r--r--addressbook/printing/e-contact-print.glade4
1 files changed, 2 insertions, 2 deletions
diff --git a/addressbook/printing/e-contact-print.glade b/addressbook/printing/e-contact-print.glade
index c65d23ae21..22e54c849d 100644
--- a/addressbook/printing/e-contact-print.glade
+++ b/addressbook/printing/e-contact-print.glade
@@ -406,7 +406,7 @@
<property name="wrap">no</property>
<property name="snap_to_ticks">no</property>
<property name="visible">yes</property>
- <property name="adjustment">2 0 100 1 10 10</property>
+ <property name="adjustment">2 0 100 1 10 0</property>
</widget>
</child>
</widget>
@@ -441,7 +441,7 @@
<property name="width-request">45</property>
<property name="snap_to_ticks">no</property>
<property name="visible">yes</property>
- <property name="adjustment">1 0 100 1 10 10</property>
+ <property name="adjustment">1 0 100 1 10 0</property>
</widget>
</child>
</widget>