aboutsummaryrefslogtreecommitdiffstats
path: root/dev/apps/com.pelagicore.sheets
diff options
context:
space:
mode:
authorDaniel d'Andrada <daniel.dandrada@luxoft.com>2018-03-16 16:39:23 +0100
committerBramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>2018-03-20 08:57:53 +0000
commit6037fdb0db394d129861116d45c712871ecf757f (patch)
tree909346e07ca0cd539fdb93071dcd1572424709b4 /dev/apps/com.pelagicore.sheets
parentd36a7eacdf4fe1c57fcfec6ba08feed83d61e962 (diff)
[style] Drop usage of Style.fontSize*
They're duplicating NeptuneStyle API and also don't get updated when NeptuneStyle changes. That's particularly important now that NeptuneStyle.fontSize* are premultiplied by the scale factor for multiple DPI support Change-Id: I82e0db8d046dd972b52ccc08b770c32554980e9d Reviewed-by: Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>
Diffstat (limited to 'dev/apps/com.pelagicore.sheets')
-rw-r--r--dev/apps/com.pelagicore.sheets/SheetsContent.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/apps/com.pelagicore.sheets/SheetsContent.qml b/dev/apps/com.pelagicore.sheets/SheetsContent.qml
index 4fa616eb..3a8a6eb1 100644
--- a/dev/apps/com.pelagicore.sheets/SheetsContent.qml
+++ b/dev/apps/com.pelagicore.sheets/SheetsContent.qml
@@ -60,7 +60,7 @@ Item {
anchors.verticalCenter: parent.verticalCenter
baselineOffset: 0
text: qsTr("Back")
- font.pixelSize: Style.fontSizeS
+ font.pixelSize: NeptuneStyle.fontSizeS
onClicked: stack.pop()
}
}