Better UI on the sidebar

This commit is contained in:
jeffser 2024-05-20 15:46:25 -06:00
parent 478c699aff
commit 9c1f239f53

View File

@ -42,13 +42,12 @@
<property name="sidebar"> <property name="sidebar">
<object class="GtkBox"> <object class="GtkBox">
<property name="spacing">12</property> <property name="spacing">12</property>
<property name="margin-top">12</property>
<property name="margin-bottom">12</property>
<property name="margin-start">12</property>
<property name="margin-end">12</property>
<property name="orientation">1</property> <property name="orientation">1</property>
<child> <child>
<object class="GtkBox"> <object class="GtkBox">
<property name="margin-top">12</property>
<property name="margin-start">12</property>
<property name="margin-end">12</property>
<property name="spacing">12</property> <property name="spacing">12</property>
<child> <child>
<object class="GtkLabel"> <object class="GtkLabel">
@ -83,7 +82,7 @@
<object class="GtkListBox" id="chat_list_box"> <object class="GtkListBox" id="chat_list_box">
<property name="selection-mode">single</property> <property name="selection-mode">single</property>
<style> <style>
<class name="boxed-list"/> <class name="navigation-sidebar"></class>
</style> </style>
</object> </object>
</child> </child>
@ -524,3 +523,4 @@
</child> </child>
</object> </object>
</interface> </interface>