diff options
Diffstat (limited to 'examples/touch/content/TextInputPage.qml')
| -rw-r--r-- | examples/touch/content/TextInputPage.qml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/touch/content/TextInputPage.qml b/examples/touch/content/TextInputPage.qml index 4cdf544ab..6f746171a 100644 --- a/examples/touch/content/TextInputPage.qml +++ b/examples/touch/content/TextInputPage.qml @@ -84,11 +84,11 @@ Page { id: touchStyle TextFieldStyle { - implicitHeight: 50 - implicitWidth: 320 foregroundColor: "white" font.pixelSize: 28 - background: Item{ + background: Item { + implicitHeight: 50 + implicitWidth: 320 BorderImage { source: "../images/textinput.png" border.left: 8 |
