User messages are now smaller

This commit is contained in:
jeffser
2024-10-15 11:24:44 -06:00
parent 22db4a43d9
commit 0a7f7e5ac2
2 changed files with 9 additions and 3 deletions
+2 -1
View File
@@ -66,7 +66,8 @@ class chat(Gtk.ScrolledWindow):
vexpand=True,
hexpand=True,
css_classes=["undershoot-bottom"],
name=name
name=name,
hscrollbar_policy=2
)
self.messages = {}
self.welcome_screen = None