Listbox as large as content

This commit is contained in:
Hugo Posnic 2023-04-03 13:27:12 +02:00
parent 59fd2083bb
commit 1f9b27549b

View File

@ -66,9 +66,9 @@
</child>
<child>
<object class="GtkBox" id="resultbox">
<property name="vexpand">true</property>
<child>
<object class="GtkScrolledWindow" id="scrolled_window">
<property name="vexpand">true</property>
<property name="hscrollbar-policy">never</property>
<child>
<object class="GtkListBox" id="listbox">
@ -77,6 +77,7 @@
<property name="margin-top">10</property>
<property name="margin-bottom">10</property>
<property name="hexpand">true</property>
<property name="valign">start</property>
<property name="selection-mode">none</property>
<style>
<class name="boxed-list" />