aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/modelviews/listview/expandingdelegates.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/modelviews/listview/expandingdelegates.qml')
-rw-r--r--examples/quick/modelviews/listview/expandingdelegates.qml8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/quick/modelviews/listview/expandingdelegates.qml b/examples/quick/modelviews/listview/expandingdelegates.qml
index 43a9662422..02d5edc1d1 100644
--- a/examples/quick/modelviews/listview/expandingdelegates.qml
+++ b/examples/quick/modelviews/listview/expandingdelegates.qml
@@ -106,13 +106,13 @@ Rectangle {
font.bold: true; font.pointSize: 16
}
- Text {
+ SmallText {
text: "Ingredients"
- font.pointSize: 12; font.bold: true
+ font.bold: true
opacity: recipe.detailsOpacity
}
- Text {
+ SmallText {
text: ingredients
wrapMode: Text.WordWrap
width: parent.width
@@ -127,7 +127,7 @@ Rectangle {
anchors { top: topLayout.bottom; topMargin: 10; bottom: parent.bottom; bottomMargin: 10 }
opacity: recipe.detailsOpacity
- Text {
+ SmallText {
id: methodTitle
anchors.top: parent.top
text: "Method"