Added chat name wrap

This commit is contained in:
jeffser 2024-05-28 22:37:06 -06:00
parent a29d245381
commit b8bfd54515

View File

@ -746,8 +746,12 @@ class AlpacaWindow(Adw.ApplicationWindow):
chat_label = Gtk.Label( chat_label = Gtk.Label(
label=chat_name, label=chat_name,
hexpand=True, hexpand=True,
halign=1 halign=0,
wrap=True,
ellipsize=3,
wrap_mode=2
) )
button_delete = Gtk.Button( button_delete = Gtk.Button(
icon_name = "user-trash-symbolic", icon_name = "user-trash-symbolic",
vexpand = False, vexpand = False,