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:
Georges Basile Stavracas Neto 2022-07-15 19:21:23 -03:00
parent a4ac1d644d
commit d204944ae2
1 changed files with 4 additions and 3 deletions

View File

@ -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>