Fix whitespace

This commit is contained in:
JoeG 2014-09-18 22:08:51 +01:00
parent a96c5986c5
commit 06a9ee74bc

View File

@ -101,16 +101,16 @@ ApplicationWindow {
} }
} }
menuBar: MenuBar { menuBar: MenuBar {
Menu { Menu {
title: "File" title: "File"
MenuItem { MenuItem {
text: "Import App" text: "Import App"
shortcut: "Ctrl+o" shortcut: "Ctrl+o"
onTriggered: { onTriggered: {
generalFileDialog.show(true, importApp) generalFileDialog.show(true, importApp)
} }
} }
/* /*
MenuItem { MenuItem {