Headerbar: Elipsisize update label
This commit is contained in:
parent
745064c5ce
commit
95b6995649
@ -278,6 +278,8 @@ Tobias Bernard
|
|||||||
<child>
|
<child>
|
||||||
<object class="GtkSpinner" id="update_spinner">
|
<object class="GtkSpinner" id="update_spinner">
|
||||||
<property name="can_focus">False</property>
|
<property name="can_focus">False</property>
|
||||||
|
<property name="halign">center</property>
|
||||||
|
<property name="valign">center</property>
|
||||||
</object>
|
</object>
|
||||||
<packing>
|
<packing>
|
||||||
<property name="expand">False</property>
|
<property name="expand">False</property>
|
||||||
@ -289,7 +291,10 @@ Tobias Bernard
|
|||||||
<child>
|
<child>
|
||||||
<object class="GtkLabel" id="update_label">
|
<object class="GtkLabel" id="update_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="label" translatable="yes">Fetching new episodes</property>
|
<property name="label" translatable="yes">Fetching new episodes</property>
|
||||||
|
<property name="ellipsize">end</property>
|
||||||
</object>
|
</object>
|
||||||
<packing>
|
<packing>
|
||||||
<property name="expand">False</property>
|
<property name="expand">False</property>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user