power: Ellipsize the labels of the battery row

This helps the window fit any size, including the narrow one of phones.
This commit is contained in:
Adrien Plazas 2021-01-08 16:30:12 +01:00 committed by Robert Ancell
parent 97ba14e002
commit 2925509472

View file

@ -28,6 +28,8 @@
<child>
<object class="GtkLabel" id="name_label">
<property name="visible">True</property>
<property name="ellipsize">end</property>
<property name="xalign">0</property>
</object>
</child>
<child>
@ -79,6 +81,8 @@
<child>
<object class="GtkLabel" id="details_label">
<property name="visible">True</property>
<property name="ellipsize">end</property>
<property name="xalign">0</property>
</object>
</child>
<child>