Skip to content

Commit

Permalink
Higher default values
Browse files Browse the repository at this point in the history
  • Loading branch information
obscuren committed Sep 22, 2014
1 parent 67dc3be commit d5262a3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mist/assets/qml/wallet.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"

Expand All @@ -399,7 +399,7 @@ ApplicationWindow {
sel.visible = on
}

width: 176
width: 206
height: 28
color: "#00000000"

Expand Down

0 comments on commit d5262a3

Please sign in to comment.