diff options
Diffstat (limited to 'components/InputDialog.qml')
| -rw-r--r-- | components/InputDialog.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/InputDialog.qml b/components/InputDialog.qml index 01d1e2c5..c5963f04 100644 --- a/components/InputDialog.qml +++ b/components/InputDialog.qml @@ -86,7 +86,7 @@ Item { color: MoneroComponents.Style.defaultFontColor } - TextField { + MoneroComponents.Input { id : input focus: true Layout.topMargin: 6 |
