From 07204f129e277fb5f63f080d6a146e28603f872e Mon Sep 17 00:00:00 2001 From: Maran Date: Tue, 27 May 2014 10:38:51 +0200 Subject: [PATCH] Increase size for asm --- ethereal/assets/qml/wallet.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ethereal/assets/qml/wallet.qml b/ethereal/assets/qml/wallet.qml index b467982c48..911422f913 100644 --- a/ethereal/assets/qml/wallet.qml +++ b/ethereal/assets/qml/wallet.qml @@ -339,7 +339,7 @@ ApplicationWindow { visible: false property var block width: 800 - height: 230 + height: 280 x: root.x y: root.y + root.height Component{ @@ -399,7 +399,7 @@ ApplicationWindow { } Rectangle { width: popup.width - height: 200 + height: 300 anchors.left: listViewThing.left anchors.top: txView.bottom Label {