aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorNikita Krupenko <krnekit@gmail.com>2016-04-14 01:08:16 +0300
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2016-04-14 09:22:46 +0000
commited9720ffc6b462889e2f501824e9656a6ffde313 (patch)
tree91209d14e5442ffe68747ffbf62033f8be5b3c78 /examples
parente2ee646a3f25f7fe0767d9af2beafe33b31cc07a (diff)
Use font from theme for list delegates
Change-Id: I48208fb6b5f7df6e1e824d36a256d9b1643cd16d Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/controls/gallery/pages/DelegatePage.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/controls/gallery/pages/DelegatePage.qml b/examples/controls/gallery/pages/DelegatePage.qml
index ce2129fd..0d50adbf 100644
--- a/examples/controls/gallery/pages/DelegatePage.qml
+++ b/examples/controls/gallery/pages/DelegatePage.qml
@@ -81,6 +81,7 @@ Pane {
height: parent.height
Label {
+ font.pixelSize: swipeDelegate.font.pixelSize
text: "Remove"
color: "white"
anchors.centerIn: parent