diff options
author | obscuren <geffobscura@gmail.com> | 2014-09-23 00:06:57 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-09-23 00:06:57 +0800 |
commit | d5262a3350799b63faf9ec43d994ee068b46b7a3 (patch) | |
tree | 0280d58945fdc3a2f1c30f7c370aabd5c26b3e8c /mist | |
parent | 67dc3be54ac76ef3ba62e0c4c948764b83836968 (diff) | |
download | go-tangerine-d5262a3350799b63faf9ec43d994ee068b46b7a3.tar.gz go-tangerine-d5262a3350799b63faf9ec43d994ee068b46b7a3.tar.zst go-tangerine-d5262a3350799b63faf9ec43d994ee068b46b7a3.zip |
Higher default values
Diffstat (limited to 'mist')
-rw-r--r-- | mist/assets/qml/wallet.qml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mist/assets/qml/wallet.qml b/mist/assets/qml/wallet.qml index c30c6fcce..24191eae8 100644 --- a/mist/assets/qml/wallet.qml +++ b/mist/assets/qml/wallet.qml @@ -16,8 +16,8 @@ ApplicationWindow { property var ethx : Eth.ethx property var web - width: 1024 - height: 750 + width: 1200 + height: 820 minimumHeight: 300 title: "Mist" @@ -379,8 +379,8 @@ ApplicationWindow { ********************/ Rectangle { id: menu - Layout.minimumWidth: 180 - Layout.maximumWidth: 180 + Layout.minimumWidth: 210 + Layout.maximumWidth: 210 anchors.top: parent.top color: "#ececec" @@ -399,7 +399,7 @@ ApplicationWindow { sel.visible = on } - width: 176 + width: 206 height: 28 color: "#00000000" |