Fix whitespace

pull/129/head
JoeG 10 years ago
parent a96c5986c5
commit 06a9ee74bc
  1. 20
      Mist/assets/qml/wallet.qml

@ -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 {

Loading…
Cancel
Save