From 78d62b2db44043efb397c666622cb04fc0e0f318 Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Tue, 20 Nov 2018 18:29:03 +0900 Subject: change launcher style --- launcher/qml/Launcher.qml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'launcher/qml/Launcher.qml') diff --git a/launcher/qml/Launcher.qml b/launcher/qml/Launcher.qml index 31a9848..522e1ce 100644 --- a/launcher/qml/Launcher.qml +++ b/launcher/qml/Launcher.qml @@ -23,6 +23,8 @@ import "ChangeItemPosition.js" as Cip ApplicationWindow { id: root + width: 1920 + height: 720 property int pid: -1 property int firstPox: -1 @@ -50,7 +52,8 @@ ApplicationWindow { property int currentState: 1 width: 300 - height: 590 + height: 300 + anchors.topMargin: 230 smooth: true @@ -67,8 +70,8 @@ ApplicationWindow { Rotation { id: rotate angle: 0 - origin.y: 243 - origin.x: 160 + origin.y: 150 + origin.x: 150 axis { x: 0; y: 1; z: 0 } Behavior on angle { NumberAnimation { easing.overshoot: 1; easing.type: Easing.OutBack; duration: 600 } @@ -87,8 +90,8 @@ ApplicationWindow { }, Scale { id: scale - origin.x: 160 - origin.y: 243 + origin.x: 150 + origin.y: 150 xScale: 1 yScale: 1 Behavior on xScale { @@ -418,7 +421,7 @@ ApplicationWindow { PropertyChanges { target: trans x: 0 - y: -50 + y: 0 } PropertyChanges { target: rect1 -- cgit 1.2.3-korg