Increase size for asm

pull/94/head
Maran 11 years ago
parent 47a58b40cd
commit 07204f129e
  1. 4
      ethereal/assets/qml/wallet.qml

@ -339,7 +339,7 @@ ApplicationWindow {
visible: false visible: false
property var block property var block
width: 800 width: 800
height: 230 height: 280
x: root.x x: root.x
y: root.y + root.height y: root.y + root.height
Component{ Component{
@ -399,7 +399,7 @@ ApplicationWindow {
} }
Rectangle { Rectangle {
width: popup.width width: popup.width
height: 200 height: 300
anchors.left: listViewThing.left anchors.left: listViewThing.left
anchors.top: txView.bottom anchors.top: txView.bottom
Label { Label {

Loading…
Cancel
Save