Commit d5262a33 authored by obscuren's avatar obscuren

Higher default values

parent 67dc3be5
...@@ -16,8 +16,8 @@ ApplicationWindow { ...@@ -16,8 +16,8 @@ ApplicationWindow {
property var ethx : Eth.ethx property var ethx : Eth.ethx
property var web property var web
width: 1024 width: 1200
height: 750 height: 820
minimumHeight: 300 minimumHeight: 300
title: "Mist" title: "Mist"
...@@ -379,8 +379,8 @@ ApplicationWindow { ...@@ -379,8 +379,8 @@ ApplicationWindow {
********************/ ********************/
Rectangle { Rectangle {
id: menu id: menu
Layout.minimumWidth: 180 Layout.minimumWidth: 210
Layout.maximumWidth: 180 Layout.maximumWidth: 210
anchors.top: parent.top anchors.top: parent.top
color: "#ececec" color: "#ececec"
...@@ -399,7 +399,7 @@ ApplicationWindow { ...@@ -399,7 +399,7 @@ ApplicationWindow {
sel.visible = on sel.visible = on
} }
width: 176 width: 206
height: 28 height: 28
color: "#00000000" color: "#00000000"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment