mainwindow: code style (part 1), no functional change
Wrap long lines, whitespace fixes
This commit is contained in:
parent
7395797182
commit
a4a022e2c0
@ -243,7 +243,8 @@ class NewVmDlg (QDialog, Ui_NewVMDlg):
|
||||
progress.hide()
|
||||
|
||||
if thread_monitor.success:
|
||||
self.trayIcon.showMessage ("VM '{0}' has been created.".format(vmname), msecs=3000)
|
||||
self.trayIcon.showMessage(
|
||||
"VM '{0}' has been created.".format(vmname), msecs=3000)
|
||||
else:
|
||||
QMessageBox.warning (None, "Error creating AppVM!", "ERROR: {0}".format(thread_monitor.error_msg))
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user