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">
|
||||
<object class="GtkLabel">
|
||||
<property name="label" translatable="yes">Loading…</property>
|
||||
<attributes>
|
||||
<attribute name="scale" value="1.4"/>
|
||||
</attributes>
|
||||
<property name="vexpand">True</property>
|
||||
<style>
|
||||
<class name="title-1" />
|
||||
</style>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
|
|
Loading…
Reference in New Issue