UI tweaks

This commit is contained in:
jeffser
2024-06-26 16:38:00 -06:00
parent d457a1cfb8
commit 52449243ed
2 changed files with 11 additions and 6 deletions

View File

@@ -648,7 +648,7 @@
</child>
<child>
<object class="GtkListBox" id="available_model_list_box">
<property name="selection-mode">none</property>
<property name="selection-mode">single</property>
<style>
<class name="boxed-list"/>
</style>
@@ -662,14 +662,14 @@
<object class="GtkScrolledWindow">
<child>
<object class="GtkListBox" id="model_tag_list_box">
<property name="valign">1</property>
<property name="margin-start">12</property>
<property name="margin-end">12</property>
<property name="margin-top">12</property>
<property name="margin-bottom">12</property>
<property name="selection-mode">none</property>
<property name="selection-mode">single</property>
<style>
<class name="boxed-list"/>
<class name="card"/>
</style>
</object>
</child>