aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/demos/calqlatr/content/Display.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/demos/calqlatr/content/Display.qml')
-rw-r--r--examples/quick/demos/calqlatr/content/Display.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/demos/calqlatr/content/Display.qml b/examples/quick/demos/calqlatr/content/Display.qml
index 119e99602f..cf93d878bb 100644
--- a/examples/quick/demos/calqlatr/content/Display.qml
+++ b/examples/quick/demos/calqlatr/content/Display.qml
@@ -168,7 +168,7 @@ Item {
width: display.width
height: display.height - 50 - y
delegate: Item {
- height: 20
+ height: display.fontSize * 1.1
width: parent.width
Text {
id: operator