From 62285b01dc77ef14e4b5b9cc291e34162321ad89 Mon Sep 17 00:00:00 2001 From: dsc Date: Thu, 25 Apr 2019 21:09:23 +0200 Subject: Remove scaleRatio --- components/LabelSubheader.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/LabelSubheader.qml') diff --git a/components/LabelSubheader.qml b/components/LabelSubheader.qml index 7a74a378..585d0027 100644 --- a/components/LabelSubheader.qml +++ b/components/LabelSubheader.qml @@ -33,7 +33,7 @@ import "../components/effects/" as MoneroEffects Label { id: item - fontSize: 18 * scaleRatio + fontSize: 18 Rectangle { anchors.top: item.bottom -- cgit v1.2.3