From 06bda869e081a874ef6d7fae377970c7a8ace42a Mon Sep 17 00:00:00 2001 From: Sander Ferdinand Date: Sat, 24 Mar 2018 21:06:12 +0100 Subject: font.bold for amount/address/paymentid on the transfer page --- components/InputMulti.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'components/InputMulti.qml') diff --git a/components/InputMulti.qml b/components/InputMulti.qml index 2839db3a..9917eb52 100644 --- a/components/InputMulti.qml +++ b/components/InputMulti.qml @@ -38,11 +38,12 @@ TextArea { property bool addressValidation: false property bool wrapAnywhere: true property int fontSize: 18 * scaleRatio + property bool fontBold: false id: textArea font.family: Style.fontRegular.name font.pixelSize: fontSize - font.bold: false + font.bold: fontBold horizontalAlignment: TextInput.AlignLeft selectByMouse: true color: Style.defaultFontColor -- cgit v1.2.3