Signed-off-by: Yuhang Zhao <2546789017@qq.com>
This commit is contained in:
Yuhang Zhao 2020-08-07 10:21:48 +08:00
parent 4e8b7c465b
commit 9d06d67c9d
1 changed files with 0 additions and 5 deletions

View File

@ -34,9 +34,7 @@ Window {
top: parent.top top: parent.top
topMargin: 1 topMargin: 1
left: parent.left left: parent.left
leftMargin: 1
right: parent.right right: parent.right
rightMargin: 1
} }
Text { Text {
@ -90,11 +88,8 @@ Window {
anchors { anchors {
top: titleBar.bottom top: titleBar.bottom
bottom: parent.bottom bottom: parent.bottom
bottomMargin: 1
left: parent.left left: parent.left
leftMargin: 1
right: parent.right right: parent.right
rightMargin: 1
} }
} }