diff --git a/SpotenergyTile.qml b/SpotenergyTile.qml index 8d329ee..4dbc9a7 100644 --- a/SpotenergyTile.qml +++ b/SpotenergyTile.qml @@ -86,7 +86,7 @@ Tile { anchors.bottom: parent.bottom anchors.horizontalCenter: parent.horizontalCenter text: (index + app.startHour) % 24 - font.pointSize: 4 + font.pointSize: 8 color: (typeof dimmableColors !== 'undefined') ? dimmableColors.tileTextColor : colors.tileTextColor visible: !((index + app.startHour) % 3) //show each 3 hours an x-index }