main: Improve visuals of loading label
Replace the manual scaling of the font size by a proper style class, and center-align it vertically.
This commit is contained in:
parent
a4ac1d644d
commit
d204944ae2
|
@ -128,9 +128,10 @@
|
||||||
<child type="center">
|
<child type="center">
|
||||||
<object class="GtkLabel">
|
<object class="GtkLabel">
|
||||||
<property name="label" translatable="yes">Loading…</property>
|
<property name="label" translatable="yes">Loading…</property>
|
||||||
<attributes>
|
<property name="vexpand">True</property>
|
||||||
<attribute name="scale" value="1.4"/>
|
<style>
|
||||||
</attributes>
|
<class name="title-1" />
|
||||||
|
</style>
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
</object>
|
</object>
|
||||||
|
|
Loading…
Reference in New Issue