diff --git a/preview.py b/preview.py index 10ce0aa..f2c1400 100644 --- a/preview.py +++ b/preview.py @@ -53,7 +53,7 @@ def _run(self, filename, view_index): def _run_in_phone_frame(self, filename, view_index): - command = 'qmlview ' + '"' + filename + '"' + '--phone' + command = 'qmlview ' + '"' + filename + '"' + ' --phone' subP = subprocess.Popen(command, stdout=subprocess.PIPE,