diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2018-12-18 09:38:42 -0600 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2018-12-18 09:38:42 -0600 |
| commit | 619cc2b147464614e45a4a1afe97bb372caab359 (patch) | |
| tree | 9d883787cbede9ee4f9ae259e34c07109c25bd53 /components | |
| parent | b8f531382d0149f6f1133fd1fb1d9549cf6b6ea4 (diff) | |
| parent | da7abd885aa322d3e5ddc1f2f8242d273ee3dd7b (diff) | |
| download | monzero-gui-619cc2b147464614e45a4a1afe97bb372caab359.tar.gz monzero-gui-619cc2b147464614e45a4a1afe97bb372caab359.tar.xz monzero-gui-619cc2b147464614e45a4a1afe97bb372caab359.zip | |
Merge pull request #1824
da7abd8 Transfer: fix amount label boldness (mmbyday)
Diffstat (limited to 'components')
| -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 |
