Skip to content

Commit d5262a3

Browse files
committed
Higher default values
1 parent 67dc3be commit d5262a3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

mist/assets/qml/wallet.qml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ ApplicationWindow {
1616
property var ethx : Eth.ethx
1717
property var web
1818

19-
width: 1024
20-
height: 750
19+
width: 1200
20+
height: 820
2121
minimumHeight: 300
2222

2323
title: "Mist"
@@ -379,8 +379,8 @@ ApplicationWindow {
379379
********************/
380380
Rectangle {
381381
id: menu
382-
Layout.minimumWidth: 180
383-
Layout.maximumWidth: 180
382+
Layout.minimumWidth: 210
383+
Layout.maximumWidth: 210
384384
anchors.top: parent.top
385385
color: "#ececec"
386386

@@ -399,7 +399,7 @@ ApplicationWindow {
399399
sel.visible = on
400400
}
401401

402-
width: 176
402+
width: 206
403403
height: 28
404404
color: "#00000000"
405405

0 commit comments

Comments
 (0)