Whitespace fixes
This commit is contained in:
parent
b109f8ce7c
commit
95e9680e96
@ -484,8 +484,6 @@ class VMSettingsWindow(Ui_SettingsDialog, QDialog):
|
|||||||
else:
|
else:
|
||||||
self.kernel_opts.setText(self.vm.kernelopts)
|
self.kernel_opts.setText(self.vm.kernelopts)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def __apply_advanced_tab__(self):
|
def __apply_advanced_tab__(self):
|
||||||
msg = []
|
msg = []
|
||||||
|
|
||||||
@ -510,7 +508,7 @@ class VMSettingsWindow(Ui_SettingsDialog, QDialog):
|
|||||||
|
|
||||||
#in case VM is not Linux
|
#in case VM is not Linux
|
||||||
if not hasattr(self.vm, "kernel"):
|
if not hasattr(self.vm, "kernel"):
|
||||||
return msg;
|
return msg
|
||||||
|
|
||||||
#kernel changed
|
#kernel changed
|
||||||
if not self.kernel_groupbox.isVisible():
|
if not self.kernel_groupbox.isVisible():
|
||||||
@ -537,7 +535,6 @@ class VMSettingsWindow(Ui_SettingsDialog, QDialog):
|
|||||||
|
|
||||||
return msg
|
return msg
|
||||||
|
|
||||||
|
|
||||||
######## devices tab
|
######## devices tab
|
||||||
def __init_devices_tab__(self):
|
def __init_devices_tab__(self):
|
||||||
self.dev_list = MultiSelectWidget(self)
|
self.dev_list = MultiSelectWidget(self)
|
||||||
|
Loading…
Reference in New Issue
Block a user