aboutsummaryrefslogtreecommitdiff
path: root/components/LineEditMulti.qml
diff options
context:
space:
mode:
authorSander Ferdinand <sa.ferdinand@gmail.com>2018-03-24 21:06:12 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-03-29 23:04:04 +0100
commit06bda869e081a874ef6d7fae377970c7a8ace42a (patch)
treedf084d598d54cac2e2143d8339a21ae5faa1e2d7 /components/LineEditMulti.qml
parentc001e312410efe8f883bb5163e5554d84126c034 (diff)
downloadmonzero-gui-06bda869e081a874ef6d7fae377970c7a8ace42a.tar.gz
monzero-gui-06bda869e081a874ef6d7fae377970c7a8ace42a.tar.xz
monzero-gui-06bda869e081a874ef6d7fae377970c7a8ace42a.zip
font.bold for amount/address/paymentid on the transfer page
Diffstat (limited to 'components/LineEditMulti.qml')
-rw-r--r--components/LineEditMulti.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/LineEditMulti.qml b/components/LineEditMulti.qml
index b0669aaa..8609aaa4 100644
--- a/components/LineEditMulti.qml
+++ b/components/LineEditMulti.qml
@@ -46,6 +46,7 @@ ColumnLayout {
property bool wrapAnywhere: true
property bool showingHeader: true
property bool showBorder: true
+ property bool fontBold: false
property int fontSize: 16 * scaleRatio
signal labelButtonClicked();
@@ -103,6 +104,7 @@ ColumnLayout {
bottomPadding: 10 * scaleRatio
wrapAnywhere: parent.wrapAnywhere
fontSize: parent.fontSize
+ fontBold: parent.fontBold
Text {
id: placeholderLabel