New design for chat sidebar thing

This commit is contained in:
jeffser
2024-05-22 18:01:16 -06:00
parent a62d193edf
commit 21f0c9dafd
4 changed files with 55 additions and 15 deletions

View File

@@ -168,7 +168,7 @@
<child>
<object class="GtkScrolledWindow" id="chat_window">
<property name="margin-bottom">12</property>
<property name="propagate-natural-height">false</property>
<property name="propagate-natural-height">true</property>
<property name="kinetic-scrolling">true</property>
<property name="vexpand">true</property>
<child>
@@ -473,6 +473,13 @@
</item>
</section>
</menu>
<menu id="chat_context_menu">
<section>
<item>
<attribute name="label" translatable="yes">Remove</attribute>
</item>
</section>
</menu>
<object class="GtkFileFilter" id="file_filter_image">
<mime-types>
<mime-type>image/svg+xml</mime-type>