ui: details: fix Applications width.

In OS info the applications tree view was too narrow to read the contents, so I enabled expanding horizontally for scrolledwindow6
This commit is contained in:
nose-gnome 2023-03-23 15:55:42 +00:00 committed by Cole Robinson
parent 7ae3e10bc4
commit 04cc489529

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.38.2 -->
<!-- Generated with glade 3.40.0 -->
<interface>
<requires lib="gtk+" version="3.22"/>
<object class="GtkAdjustment" id="adjustment1">
@ -791,7 +791,9 @@
<property name="height-request">150</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="hexpand">True</property>
<property name="shadow-type">etched-in</property>
<property name="propagate-natural-width">True</property>
<child>
<object class="GtkTreeView" id="inspection-apps">
<property name="visible">True</property>