diff options
| author | mmbyday <mmbyday@protonmail.com> | 2018-12-13 20:02:06 -0800 |
|---|---|---|
| committer | mmbyday <mmbyday@protonmail.com> | 2018-12-14 09:17:00 -0800 |
| commit | da7abd885aa322d3e5ddc1f2f8242d273ee3dd7b (patch) | |
| tree | f4b8fb8501470fc5d2f9e18fdff865a8b7818731 | |
| parent | 59fc48bd8be5e7227ea3d7b571e9e04829e3636d (diff) | |
| download | monzero-gui-da7abd885aa322d3e5ddc1f2f8242d273ee3dd7b.tar.gz monzero-gui-da7abd885aa322d3e5ddc1f2f8242d273ee3dd7b.tar.xz monzero-gui-da7abd885aa322d3e5ddc1f2f8242d273ee3dd7b.zip | |
Transfer: fix amount label boldness :bug:
| -rw-r--r-- | components/LineEdit.qml | 3 |
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 |
