From da7abd885aa322d3e5ddc1f2f8242d273ee3dd7b Mon Sep 17 00:00:00 2001 From: mmbyday Date: Thu, 13 Dec 2018 20:02:06 -0800 Subject: [PATCH] Transfer: fix amount label boldness :bug: --- components/LineEdit.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/LineEdit.qml b/components/LineEdit.qml index 9f4ad355..b9e137bb 100644 --- a/components/LineEdit.qml +++ b/components/LineEdit.qml @@ -107,8 +107,7 @@ Item { id: inputLabel anchors.top: parent.top anchors.left: parent.left - anchors.topMargin: 2 * scaleRatio - font.family: MoneroComponents.Style.fontLight.name + font.family: MoneroComponents.Style.fontRegular.name font.pixelSize: labelFontSize font.bold: labelFontBold textFormat: Text.RichText