good morning!!!!

Skip to content
Snippets Groups Projects
Commit 07204f12 authored by Maran Hidskes's avatar Maran Hidskes
Browse files

Increase size for asm

parent 47a58b40
No related branches found
No related tags found
No related merge requests found
...@@ -339,7 +339,7 @@ ApplicationWindow { ...@@ -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 { ...@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment