diff options
author | JoeG <joegoulden@gmail.com> | 2014-09-18 08:03:55 +0800 |
---|---|---|
committer | JoeG <joegoulden@gmail.com> | 2014-09-18 08:03:55 +0800 |
commit | b27100c8fc48c819c9e6a6b76fcc50cfe118cedb (patch) | |
tree | a039f7c32f9361cfd36953ed5571bd29b1be9512 /Mist/assets | |
parent | 01863ebff06d620c9d3a8cf9195d72caeb11dc19 (diff) | |
download | dexon-b27100c8fc48c819c9e6a6b76fcc50cfe118cedb.tar dexon-b27100c8fc48c819c9e6a6b76fcc50cfe118cedb.tar.gz dexon-b27100c8fc48c819c9e6a6b76fcc50cfe118cedb.tar.bz2 dexon-b27100c8fc48c819c9e6a6b76fcc50cfe118cedb.tar.lz dexon-b27100c8fc48c819c9e6a6b76fcc50cfe118cedb.tar.xz dexon-b27100c8fc48c819c9e6a6b76fcc50cfe118cedb.tar.zst dexon-b27100c8fc48c819c9e6a6b76fcc50cfe118cedb.zip |
Fix to display Mist menu bar on linux
Diffstat (limited to 'Mist/assets')
-rw-r--r-- | Mist/assets/qml/wallet.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mist/assets/qml/wallet.qml b/Mist/assets/qml/wallet.qml index fc3e7a383..50cac0520 100644 --- a/Mist/assets/qml/wallet.qml +++ b/Mist/assets/qml/wallet.qml @@ -101,7 +101,7 @@ ApplicationWindow { } } - MenuBar { + menuBar: MenuBar { Menu { title: "File" MenuItem { |