We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67dc3be commit d5262a3Copy full SHA for d5262a3
mist/assets/qml/wallet.qml
@@ -16,8 +16,8 @@ ApplicationWindow {
16
property var ethx : Eth.ethx
17
property var web
18
19
- width: 1024
20
- height: 750
+ width: 1200
+ height: 820
21
minimumHeight: 300
22
23
title: "Mist"
@@ -379,8 +379,8 @@ ApplicationWindow {
379
********************/
380
Rectangle {
381
id: menu
382
- Layout.minimumWidth: 180
383
- Layout.maximumWidth: 180
+ Layout.minimumWidth: 210
+ Layout.maximumWidth: 210
384
anchors.top: parent.top
385
color: "#ececec"
386
@@ -399,7 +399,7 @@ ApplicationWindow {
399
sel.visible = on
400
}
401
402
- width: 176
+ width: 206
403
height: 28
404
color: "#00000000"
405
0 commit comments