diff options
| author | marcin <z.krzysztoff7@gmail.com> | 2014-07-19 16:07:40 +0200 |
|---|---|---|
| committer | marcin <z.krzysztoff7@gmail.com> | 2014-07-19 16:07:40 +0200 |
| commit | 1eb08fe26aa99efbb92487f210bbcde6f7b2ce12 (patch) | |
| tree | 41e0300f780e82fc48a88cd5c172ff0eeb3a6a1c /components/Input.qml | |
| parent | ce7e7fd38ac96b80f560e1a820e09b1c69d791c6 (diff) | |
| download | monzero-gui-1eb08fe26aa99efbb92487f210bbcde6f7b2ce12.tar.gz monzero-gui-1eb08fe26aa99efbb92487f210bbcde6f7b2ce12.tar.xz monzero-gui-1eb08fe26aa99efbb92487f210bbcde6f7b2ce12.zip | |
simplified window v1
Diffstat (limited to 'components/Input.qml')
| -rw-r--r-- | components/Input.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/Input.qml b/components/Input.qml index 98acf532..f71007f6 100644 --- a/components/Input.qml +++ b/components/Input.qml @@ -4,7 +4,6 @@ import QtQuick 2.2 TextField { font.family: "Arial" - font.pixelSize: 18 style: TextFieldStyle { textColor: "#3F3F3F" |
