diff options
| author | xiphon <xiphon@protonmail.com> | 2019-11-08 00:56:10 +0000 |
|---|---|---|
| committer | xiphon <xiphon@protonmail.com> | 2019-11-08 12:41:32 +0000 |
| commit | 74e12ce71d00e7e9aea43a985e8a9dbfc4ad0844 (patch) | |
| tree | 917f48165df3aabf85a1e82211f6ad1668213c18 /components/InputDialog.qml | |
| parent | 7f7a39292c57f9b51090005d8a8e39297d988e0b (diff) | |
| download | monzero-gui-74e12ce71d00e7e9aea43a985e8a9dbfc4ad0844.tar.gz monzero-gui-74e12ce71d00e7e9aea43a985e8a9dbfc4ad0844.tar.xz monzero-gui-74e12ce71d00e7e9aea43a985e8a9dbfc4ad0844.zip | |
ContextMenu: implement 'paste' context menu for all text fields
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 |
