diff options
Diffstat (limited to 'examples/touch/content/ButtonPage.qml')
| -rw-r--r-- | examples/touch/content/ButtonPage.qml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/touch/content/ButtonPage.qml b/examples/touch/content/ButtonPage.qml index ff86c8140..cc5925ce0 100644 --- a/examples/touch/content/ButtonPage.qml +++ b/examples/touch/content/ButtonPage.qml @@ -46,7 +46,9 @@ import QtQuick 2.1 import QtQuick.Controls 1.0 import QtQuick.Controls.Styles 1.0 -Page { +Item { + width: parent.width + height: parent.height property real progress: 0 SequentialAnimation on progress { |
