job_status and print: revise the size of the thumbnail close #1136

This commit is contained in:
alfrix
2023-10-07 12:18:15 -03:00
parent f9872f4817
commit 9d177d2afc
3 changed files with 9 additions and 3 deletions

View File

@@ -233,6 +233,7 @@ class KlippyGtk:
content_area.set_margin_end(15)
content_area.set_margin_top(15)
content_area.set_margin_bottom(15)
content.set_valign(Gtk.Align.CENTER)
content_area.add(content)
dialog.show_all()