diff options
| author | Ilya Kitaev <mbg033@gmail.com> | 2016-06-26 18:04:45 +0300 |
|---|---|---|
| committer | Ilya Kitaev <mbg033@gmail.com> | 2016-06-26 18:04:45 +0300 |
| commit | 17f38a930e33c25392dd565f484009e5eddba56a (patch) | |
| tree | d1aaa440fc48debb8232726a953447bd7f61ced5 /components/Input.qml | |
| parent | 88d9be953babda68cb5325258569578c11fa4438 (diff) | |
| download | monzero-gui-17f38a930e33c25392dd565f484009e5eddba56a.tar.gz monzero-gui-17f38a930e33c25392dd565f484009e5eddba56a.tar.xz monzero-gui-17f38a930e33c25392dd565f484009e5eddba56a.zip | |
Added "Receive" page. Hide all pages except "Transfer" and "Receive".
Diffstat (limited to 'components/Input.qml')
| -rw-r--r-- | components/Input.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/Input.qml b/components/Input.qml index c10994d0..78bec8ea 100644 --- a/components/Input.qml +++ b/components/Input.qml @@ -32,6 +32,7 @@ import QtQuick 2.2 TextField { font.family: "Arial" + horizontalAlignment: TextInput.AlignLeft style: TextFieldStyle { textColor: "#3F3F3F" |
