Increase size for asm

This commit is contained in:
Maran 2014-05-27 10:38:51 +02:00
parent 47a58b40cd
commit 07204f129e

View File

@ -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 {