Scroll to bottom when message is sent (kinda)

This commit is contained in:
jeffser
2024-05-22 13:22:46 -06:00
parent ef280c8836
commit a62d193edf
2 changed files with 11 additions and 6 deletions

View File

@@ -168,14 +168,14 @@
<child>
<object class="GtkScrolledWindow" id="chat_window">
<property name="margin-bottom">12</property>
<property name="propagate-natural-height">true</property>
<property name="kinetic-scrolling">1</property>
<property name="propagate-natural-height">false</property>
<property name="kinetic-scrolling">true</property>
<property name="vexpand">true</property>
<child>
<object class="GtkBox" id="chat_container">
<property name="orientation">1</property>
<property name="homogeneous">false</property>
<property name="hexpand">false</property>
<property name="hexpand">true</property>
<property name="vexpand">true</property>
<property name="spacing">12</property>
<property name="margin-top">12</property>