From 1eb08fe26aa99efbb92487f210bbcde6f7b2ce12 Mon Sep 17 00:00:00 2001 From: marcin Date: Sat, 19 Jul 2014 16:07:40 +0200 Subject: simplified window v1 --- components/LineEdit.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'components/LineEdit.qml') diff --git a/components/LineEdit.qml b/components/LineEdit.qml index d0bec01b..a342ab8d 100644 --- a/components/LineEdit.qml +++ b/components/LineEdit.qml @@ -3,6 +3,7 @@ import QtQuick 2.0 Item { property alias placeholderText: input.placeholderText property alias text: input.text + property int fontSize: 18 height: 37 Rectangle { @@ -24,5 +25,6 @@ Item { anchors.fill: parent anchors.leftMargin: 4 anchors.rightMargin: 4 + font.pixelSize: parent.fontSize } } -- cgit v1.2.3