diff options
Diffstat (limited to 'examples/touch/content/TextInputPage.qml')
| -rw-r--r-- | examples/touch/content/TextInputPage.qml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/touch/content/TextInputPage.qml b/examples/touch/content/TextInputPage.qml index e363648b8..3f408d472 100644 --- a/examples/touch/content/TextInputPage.qml +++ b/examples/touch/content/TextInputPage.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 { |
