From 9d06d67c9d7f8de02700ac6511e5704c57149389 Mon Sep 17 00:00:00 2001 From: Yuhang Zhao <2546789017@qq.com> Date: Fri, 7 Aug 2020 10:21:48 +0800 Subject: [PATCH] Update. Signed-off-by: Yuhang Zhao <2546789017@qq.com> --- resources/qml/main.qml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/resources/qml/main.qml b/resources/qml/main.qml index 876eb1a..07c9edd 100644 --- a/resources/qml/main.qml +++ b/resources/qml/main.qml @@ -34,9 +34,7 @@ Window { top: parent.top topMargin: 1 left: parent.left - leftMargin: 1 right: parent.right - rightMargin: 1 } Text { @@ -90,11 +88,8 @@ Window { anchors { top: titleBar.bottom bottom: parent.bottom - bottomMargin: 1 left: parent.left - leftMargin: 1 right: parent.right - rightMargin: 1 } }