aboutsummaryrefslogtreecommitdiffstats
path: root/src/labs/stylekit/ItemDelegate.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/labs/stylekit/ItemDelegate.qml')
-rw-r--r--src/labs/stylekit/ItemDelegate.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/labs/stylekit/ItemDelegate.qml b/src/labs/stylekit/ItemDelegate.qml
index feca0eafe3..207d22c3b4 100644
--- a/src/labs/stylekit/ItemDelegate.qml
+++ b/src/labs/stylekit/ItemDelegate.qml
@@ -46,7 +46,7 @@ T.ItemDelegate {
display: control.display
icon: control.icon
text: control.text
- font: control.font
+ font: styleReader.font
color: styleReader.text.color
alignment: styleReader.text.alignment
}