Fix (?) problem with enter pressed on iconButton
[mdictionary] / src / mdictionary / qml / IconButton.qml
index 37825a7..4ac2ee7 100644 (file)
@@ -12,6 +12,10 @@ Rectangle {
 
     radius: 50
 
+    Keys.onReturnPressed: {
+        button.clicked();
+    }
+
     MouseArea {
         id: mouseArea
         anchors.centerIn: parent;