Skip to content

Commit 06a9ee7

Browse files
author
JoeG
committed
Fix whitespace
1 parent a96c598 commit 06a9ee7

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Mist/assets/qml/wallet.qml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -101,16 +101,16 @@ ApplicationWindow {
101101
}
102102
}
103103

104-
menuBar: MenuBar {
105-
Menu {
106-
title: "File"
107-
MenuItem {
108-
text: "Import App"
109-
shortcut: "Ctrl+o"
110-
onTriggered: {
111-
generalFileDialog.show(true, importApp)
112-
}
113-
}
104+
menuBar: MenuBar {
105+
Menu {
106+
title: "File"
107+
MenuItem {
108+
text: "Import App"
109+
shortcut: "Ctrl+o"
110+
onTriggered: {
111+
generalFileDialog.show(true, importApp)
112+
}
113+
}
114114

115115
/*
116116
MenuItem {

0 commit comments

Comments
 (0)