info-overview: Allow system details label to expand multiple lines

Since the dialog is responsive, rather than ellipsizing we can
actually fit in more information.

Fixes #2633
This commit is contained in:
Felipe Borges 2023-09-04 11:52:26 +02:00
parent c34b25caa2
commit 202d2710ec

View file

@ -25,8 +25,9 @@
<child> <child>
<object class="GtkLabel" id="value"> <object class="GtkLabel" id="value">
<property name="halign">start</property> <property name="halign">start</property>
<property name="ellipsize">end</property>
<property name="selectable">true</property> <property name="selectable">true</property>
<property name="wrap">True</property>
<property name="xalign">0</property>
</object> </object>
</child> </child>