fix: add bottom padding

This commit is contained in:
aclist 2026-08-18 18:38:45 +09:00
parent 97ddbcdf0a
commit c64631cdca

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)