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 {
Menu {
title: "File"
MenuItem {
text: "Import App"
shortcut: "Ctrl+o"
onTriggered: {
generalFileDialog.show(true, importApp)
}
}
menuBar: MenuBar {
Menu {
title: "File"
MenuItem {
text: "Import App"
shortcut: "Ctrl+o"
onTriggered: {
generalFileDialog.show(true, importApp)
}
}
/*
MenuItem {