From 62285b01dc77ef14e4b5b9cc291e34162321ad89 Mon Sep 17 00:00:00 2001 From: dsc Date: Thu, 25 Apr 2019 21:09:23 +0200 Subject: Remove scaleRatio --- components/InputMulti.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'components/InputMulti.qml') diff --git a/components/InputMulti.qml b/components/InputMulti.qml index 4fea31c4..891bdc4f 100644 --- a/components/InputMulti.qml +++ b/components/InputMulti.qml @@ -33,7 +33,7 @@ import "../js/TxUtils.js" as TxUtils import "../components" as MoneroComponents TextArea { - property int fontSize: 18 * scaleRatio + property int fontSize: 18 property bool fontBold: false property string fontColor: MoneroComponents.Style.defaultFontColor @@ -51,7 +51,7 @@ TextArea { selectionColor: MoneroComponents.Style.textSelectionColor selectedTextColor: MoneroComponents.Style.textSelectedColor - property int minimumHeight: 100 * scaleRatio + property int minimumHeight: 100 height: contentHeight > minimumHeight ? contentHeight : minimumHeight onTextChanged: { -- cgit v1.2.3