aboutsummaryrefslogtreecommitdiff
path: root/components/LineEdit.qml
diff options
context:
space:
mode:
authorIlya Kitaev <mbg033@gmail.com>2016-06-26 18:04:45 +0300
committerIlya Kitaev <mbg033@gmail.com>2016-06-26 18:04:45 +0300
commit17f38a930e33c25392dd565f484009e5eddba56a (patch)
treed1aaa440fc48debb8232726a953447bd7f61ced5 /components/LineEdit.qml
parent88d9be953babda68cb5325258569578c11fa4438 (diff)
downloadmonzero-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/LineEdit.qml')
-rw-r--r--components/LineEdit.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/LineEdit.qml b/components/LineEdit.qml
index 37c2390d..81786881 100644
--- a/components/LineEdit.qml
+++ b/components/LineEdit.qml
@@ -32,8 +32,10 @@ Item {
property alias placeholderText: input.placeholderText
property alias text: input.text
property alias validator: input.validator
+ property alias readOnly : input.readOnly
property int fontSize: 18
+
height: 37
Rectangle {
@@ -56,6 +58,5 @@ Item {
anchors.leftMargin: 4
anchors.rightMargin: 4
font.pixelSize: parent.fontSize
-
}
}