diff options
author | Milan Crha <mcrha@redhat.com> | 2011-11-14 20:33:29 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2011-11-14 20:33:29 +0800 |
commit | 6f391134f0c1c2019bd9c58fced43e0b46c87ab8 (patch) | |
tree | e28610797eeb1f15fd81feeb30980df4012147f9 /mail | |
parent | 336803264b8eed389443fe2b544dd9b813842ea0 (diff) | |
download | gsoc2013-evolution-6f391134f0c1c2019bd9c58fced43e0b46c87ab8.tar.gz gsoc2013-evolution-6f391134f0c1c2019bd9c58fced43e0b46c87ab8.tar.zst gsoc2013-evolution-6f391134f0c1c2019bd9c58fced43e0b46c87ab8.zip |
Preset 'width-chars' for account type description labels
As suggested in https://bugzilla.gnome.org/show_bug.cgi?id=657621
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mail-config.ui | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/mail-config.ui b/mail/mail-config.ui index 4fc87677a8..ca356814d2 100644 --- a/mail/mail-config.ui +++ b/mail/mail-config.ui @@ -4886,6 +4886,7 @@ For example: "Work" or "Personal"</property> <property name="yalign">0</property> <property name="label" translatable="yes">description</property> <property name="wrap">True</property> + <property name="width-chars">40</property> </object> <packing> <property name="left_attach">1</property> @@ -5397,6 +5398,7 @@ For example: "Work" or "Personal"</property> <property name="yalign">0</property> <property name="label" translatable="yes">description</property> <property name="wrap">True</property> + <property name="width-chars">40</property> </object> <packing> <property name="left_attach">1</property> |