summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--framework/qml/IconButton.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/IconButton.qml b/framework/qml/IconButton.qml
index 62f4d0ff..22972d7c 100644
--- a/framework/qml/IconButton.qml
+++ b/framework/qml/IconButton.qml
@@ -33,6 +33,7 @@ T.Button {
33 33
34 clip: true 34 clip: true
35 hoverEnabled: true 35 hoverEnabled: true
36 Keys.onReturnPressed: root.clicked()
36 37
37 background: Rectangle { 38 background: Rectangle {
38 color: "#2980b9" //FIXME 39 color: "#2980b9" //FIXME