aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authormmbyday <mmbyday@protonmail.com>2018-12-13 20:02:06 -0800
committermmbyday <mmbyday@protonmail.com>2018-12-14 09:17:00 -0800
commitda7abd885aa322d3e5ddc1f2f8242d273ee3dd7b (patch)
treef4b8fb8501470fc5d2f9e18fdff865a8b7818731 /components
parent59fc48bd8be5e7227ea3d7b571e9e04829e3636d (diff)
downloadmonzero-gui-da7abd885aa322d3e5ddc1f2f8242d273ee3dd7b.tar.gz
monzero-gui-da7abd885aa322d3e5ddc1f2f8242d273ee3dd7b.tar.xz
monzero-gui-da7abd885aa322d3e5ddc1f2f8242d273ee3dd7b.zip
Transfer: fix amount label boldness :bug:
Diffstat (limited to 'components')
-rw-r--r--components/LineEdit.qml3
1 files changed, 1 insertions, 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