mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-08 23:23:23 -06:00
prefs: Fix launching grab-keys dialog
This commit is contained in:
parent
7e23244096
commit
21768e7804
@ -239,8 +239,8 @@ class vmmPreferences(vmmGObjectUI):
|
||||
|
||||
vbox = Gtk.VBox()
|
||||
vbox.set_spacing(12)
|
||||
vbox.pack_start(infolabel, False, False)
|
||||
vbox.pack_start(keylabel, False, False)
|
||||
vbox.pack_start(infolabel, False, False, 0)
|
||||
vbox.pack_start(keylabel, False, False, 0)
|
||||
dialog.get_content_area().add(vbox)
|
||||
|
||||
events = []
|
||||
|
Loading…
Reference in New Issue
Block a user