diff options
-rw-r--r-- | framework/qml/AbstractButton.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/AbstractButton.qml b/framework/qml/AbstractButton.qml index a964fe2f..53926cab 100644 --- a/framework/qml/AbstractButton.qml +++ b/framework/qml/AbstractButton.qml | |||
@@ -40,7 +40,7 @@ T.Button { | |||
40 | hoverEnabled: true | 40 | hoverEnabled: true |
41 | Keys.onReturnPressed: root.clicked() | 41 | Keys.onReturnPressed: root.clicked() |
42 | 42 | ||
43 | font.family: Kube.Font.fontFamily | 43 | font.family: Font.fontFamily |
44 | 44 | ||
45 | background: Rectangle { | 45 | background: Rectangle { |
46 | color: root.color | 46 | color: root.color |