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