From b3c05745d86ba7946acc1073746df6fae63f119d Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 26 Jul 2017 11:27:43 -0600 Subject: Try again to the the default font family --- framework/qml/AbstractButton.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { hoverEnabled: true Keys.onReturnPressed: root.clicked() - font.family: Kube.Font.fontFamily + font.family: Font.fontFamily background: Rectangle { color: root.color -- cgit v1.2.3