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:
parent
c34b25caa2
commit
202d2710ec
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue