mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
error: Drop padding with checkboxes, looks weird
This commit is contained in:
@@ -206,7 +206,7 @@ class _errorDialog (Gtk.MessageDialog):
|
||||
self.chk_vbox.set_spacing(0)
|
||||
|
||||
self.chk_align = Gtk.Alignment()
|
||||
self.chk_align.set_padding(0, 0, 62, 0)
|
||||
self.chk_align.set_padding(0, 0, 0, 0)
|
||||
self.chk_align.add(self.chk_vbox)
|
||||
|
||||
self.chk_align.show_all()
|
||||
|
||||
Reference in New Issue
Block a user