aboutsummaryrefslogtreecommitdiffstats
path: root/Mist/assets/qml/wallet.qml
diff options
context:
space:
mode:
Diffstat (limited to 'Mist/assets/qml/wallet.qml')
-rw-r--r--Mist/assets/qml/wallet.qml20
1 files changed, 10 insertions, 10 deletions
diff --git a/Mist/assets/qml/wallet.qml b/Mist/assets/qml/wallet.qml
index 50cac0520..0e3d321f4 100644
--- a/Mist/assets/qml/wallet.qml
+++ b/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 {