Rewrite of Chat / Message / Model selector systems

This commit is contained in:
jeffser
2024-08-26 13:16:55 -06:00
parent 8026550f7a
commit 4545f5a1b2
10 changed files with 1212 additions and 1011 deletions

View File

@@ -37,7 +37,8 @@ class TableWidget(Gtk.Frame):
def __init__(self, markdown):
super().__init__()
self.set_margin_start(5)
self.set_margin_end(5)
self.table = MarkdownTable()
self.set_halign(Gtk.Align.START)