diff --git a/ethereal/assets/qml/wallet.qml b/ethereal/assets/qml/wallet.qml
index b467982c48d6cde4d874907da81928e0887c17f7..911422f91358d6ab193737f5d0cb3272feb1dcab 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 {