diff options
Diffstat (limited to 'metawatch')
-rw-r--r-- | metawatch/qml/com/javispedro/sowatch/metawatch/MWTitle.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/metawatch/qml/com/javispedro/sowatch/metawatch/MWTitle.qml b/metawatch/qml/com/javispedro/sowatch/metawatch/MWTitle.qml index 3f31130..5eb30b5 100644 --- a/metawatch/qml/com/javispedro/sowatch/metawatch/MWTitle.qml +++ b/metawatch/qml/com/javispedro/sowatch/metawatch/MWTitle.qml @@ -17,7 +17,7 @@ Rectangle { id: label anchors.left: image.right anchors.leftMargin: 2 - anchors.verticalCenter: parent + anchors.verticalCenter: parent.verticalCenter font.bold: true } } |