qtquick: Fix a test

The tests are not prepared for the min-size of the floating window
to change (QLayout helped with that). We need to write some kind
of constraint propagation first, until then we use a static
size for the non-contents
This commit is contained in:
Sergio Martins
2020-12-03 18:09:28 +00:00
parent 16f6692b79
commit b6341154fb
5 changed files with 21 additions and 10 deletions

View File

@@ -19,7 +19,7 @@ KDDW.TitleBarBase {
color: "black"
border.color: "orange"
border.width: 2
height: visible ? 50 : 0
heightWhenVisible: 50
Text {
color: "orange"