online-accounts: proper align the 'No accounts' label

use the default label align, "FILL", instead of "CENTER". this
fixes some issues in languages like zh_TW.

https://bugzilla.gnome.org/show_bug.cgi?id=705354
This commit is contained in:
Jonh Wendell 2013-08-02 12:17:37 -03:00
parent f1d59d06df
commit 88bdd191a3

View file

@ -49,8 +49,6 @@
<child type="overlay"> <child type="overlay">
<object class="GtkLabel" id="accounts-tree-label"> <object class="GtkLabel" id="accounts-tree-label">
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="halign">center</property>
<property name="valign">center</property>
<property name="no-show-all">True</property> <property name="no-show-all">True</property>
<property name="justify">center</property> <property name="justify">center</property>
<property name="label" translatable="yes">No online accounts configured</property> <property name="label" translatable="yes">No online accounts configured</property>