From 74e12ce71d00e7e9aea43a985e8a9dbfc4ad0844 Mon Sep 17 00:00:00 2001 From: xiphon Date: Fri, 8 Nov 2019 00:56:10 +0000 Subject: ContextMenu: implement 'paste' context menu for all text fields --- components/InputDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/InputDialog.qml') 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 -- cgit v1.2.3