aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-09-23 00:06:57 +0800
committerobscuren <geffobscura@gmail.com>2014-09-23 00:06:57 +0800
commitd5262a3350799b63faf9ec43d994ee068b46b7a3 (patch)
tree0280d58945fdc3a2f1c30f7c370aabd5c26b3e8c
parent67dc3be54ac76ef3ba62e0c4c948764b83836968 (diff)
downloaddexon-d5262a3350799b63faf9ec43d994ee068b46b7a3.tar.gz
dexon-d5262a3350799b63faf9ec43d994ee068b46b7a3.tar.zst
dexon-d5262a3350799b63faf9ec43d994ee068b46b7a3.zip
Higher default values
-rw-r--r--mist/assets/qml/wallet.qml10
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"