mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-13 13:17:57 +03:00
error: Drop padding with checkboxes, looks weird
This commit is contained in:
parent
b7f0ac1ed7
commit
090bc60ade
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user