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:
parent
f1d59d06df
commit
88bdd191a3
1 changed files with 0 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue