diff options
author | Gert Michael Kulyk <gkulyk@yahoo.de> | 2010-05-23 19:24:52 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-05-29 23:21:17 +0800 |
commit | 33c33c2903a873dd155f73fc8b00d391867f8308 (patch) | |
tree | 05551dd25526cb26e1255fb012b5b21f7c43ec09 | |
parent | d2457a25479eb37fd03766da62b2d22d47086d79 (diff) | |
download | gsoc2013-evolution-33c33c2903a873dd155f73fc8b00d391867f8308.tar.gz gsoc2013-evolution-33c33c2903a873dd155f73fc8b00d391867f8308.tar.zst gsoc2013-evolution-33c33c2903a873dd155f73fc8b00d391867f8308.zip |
Fix alignment of lblCarset in composer-prefs-dialog
-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 4afa6019b3..dbf45bb28d 100644 --- a/mail/mail-config.ui +++ b/mail/mail-config.ui @@ -4552,8 +4552,10 @@ For example: "Work" or "Personal"</property> <child> <object class="GtkLabel" id="lblCharset"> <property name="visible">True</property> + <property name="xalign">0</property> <property name="label" translatable="yes">C_haracter set:</property> <property name="use_underline">True</property> + <property name="justify">center</property> </object> <packing> <property name="top_attach">2</property> |