diff options
| author | xiphon <xiphon@protonmail.com> | 2018-11-10 23:43:50 +0000 |
|---|---|---|
| committer | xiphon <xiphon@protonmail.com> | 2018-11-11 03:02:42 +0300 |
| commit | 1c61de082af25075752bf4b8c4e2c8f3d836b780 (patch) | |
| tree | f9a3a1ebfa619196cd803c08145494d4d0af4a95 /components/LineEdit.qml | |
| parent | b34d5409e644567d86af23a8725125bdab0ad071 (diff) | |
| download | monzero-gui-1c61de082af25075752bf4b8c4e2c8f3d836b780.tar.gz monzero-gui-1c61de082af25075752bf4b8c4e2c8f3d836b780.tar.xz monzero-gui-1c61de082af25075752bf4b8c4e2c8f3d836b780.zip | |
settings: fix Remote Node 'Connect' button
Diffstat (limited to 'components/LineEdit.qml')
| -rw-r--r-- | components/LineEdit.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/LineEdit.qml b/components/LineEdit.qml index 3a5c2769..9f4ad355 100644 --- a/components/LineEdit.qml +++ b/components/LineEdit.qml @@ -42,6 +42,7 @@ Item { property string placeholderColor: MoneroComponents.Style.defaultFontColor property real placeholderOpacity: 0.35 + property alias acceptableInput: input.acceptableInput property alias validator: input.validator property alias readOnly : input.readOnly property alias cursorPosition: input.cursorPosition |
