summaryrefslogtreecommitdiffstats
path: root/framework/qml/AbstractButton.qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-26 11:27:43 -0600
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-26 11:27:43 -0600
commitb3c05745d86ba7946acc1073746df6fae63f119d (patch)
treeecd9dfa96d1f7c25abf431e260367de421928215 /framework/qml/AbstractButton.qml
parent6f1a299d5b2929dcdac6fca72e9a1eb635d25c55 (diff)
downloadkube-b3c05745d86ba7946acc1073746df6fae63f119d.tar.gz
kube-b3c05745d86ba7946acc1073746df6fae63f119d.zip
Try again to the the default font family
Diffstat (limited to 'framework/qml/AbstractButton.qml')
-rw-r--r--framework/qml/AbstractButton.qml2
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