aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/openglunderqml/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/openglunderqml/main.qml')
-rw-r--r--examples/quick/openglunderqml/main.qml7
1 files changed, 5 insertions, 2 deletions
diff --git a/examples/quick/openglunderqml/main.qml b/examples/quick/openglunderqml/main.qml
index 1485cbbdb8..174bb262ca 100644
--- a/examples/quick/openglunderqml/main.qml
+++ b/examples/quick/openglunderqml/main.qml
@@ -40,13 +40,16 @@
****************************************************************************/
import QtQuick 2.0
+import OpenGLUnderQML 2.0
Item {
- width: 400
- height: 300
+ width: 320
+ height: 480
Squircle {
+ width: 320
+ height: 320
SequentialAnimation on t {
NumberAnimation { to: 1; duration: 2500; easing.type: Easing.InQuad }
NumberAnimation { to: 0; duration: 2500; easing.type: Easing.OutQuad }