From cce10eb4579f9e6d5cfc1d52f09da32be7692417 Mon Sep 17 00:00:00 2001 From: CharlesPark Date: Mon, 29 Aug 2016 11:53:51 +0900 Subject: [PATCH] =?UTF-8?q?size=20=EC=A1=B0=EC=A0=95=EC=8B=9C=20state=20ma?= =?UTF-8?q?chine=20=EC=83=81=ED=83=9C=20=EC=B2=98=EB=A6=AC=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qml/InitWnd.qml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/qml/InitWnd.qml b/qml/InitWnd.qml index 92b6824..fa457cc 100644 --- a/qml/InitWnd.qml +++ b/qml/InitWnd.qml @@ -27,6 +27,7 @@ Rectangle{ id: focus radius: 50 color: "white" + Behavior on x { NumberAnimation { duration: 1000 @@ -124,7 +125,7 @@ Rectangle{ timeout: 3000 } DSM.SignalTransition{ - targetState: computerState + targetState: wiredState signal: initWnd.sizeChanged } onEntered: { @@ -144,7 +145,7 @@ Rectangle{ timeout: 3000 } DSM.SignalTransition{ - targetState: computerState + targetState: clickState signal: initWnd.sizeChanged } onEntered:{