fix: add bottom padding

This commit is contained in:
aclist 2026-08-18 18:38:45 +09:00
parent 067b77bf92
commit 1e8a423ec3

View File

@ -202,6 +202,7 @@ class ExceptionDialog(GenericDialog):
left_margin=10,
right_margin=10,
top_margin=15,
bottom_margin=10,
)
textview.set_buffer(Gtk.TextBuffer(text=self.trace))
box.pack_start(textview, EXPAND, FILL, 0)