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:
parent
97ba14e002
commit
2925509472
1 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue