Added some styles, changed some margins, testing with the new LineEdit

This commit is contained in:
Sander Ferdinand
2017-11-19 21:14:05 +01:00
committed by moneromooo-monero
parent e7eb3bdfef
commit f15d6f5197
5 changed files with 88 additions and 11 deletions

View File

@@ -44,6 +44,9 @@ import moneroComponents.SubaddressModel 1.0
Rectangle {
id: pageReceive
color: "#F0EEEE"
property alias addressText : addressLine.text
property alias paymentIdText : paymentIdLine.text
property alias integratedAddressText : integratedAddressLine.text
property var model
property var current_address
property alias addressText : pageReceive.current_address
@@ -240,7 +243,7 @@ Rectangle {
LineEdit {
id: amountLine
fontSize: mainLayout.lineEditFontSize
// fontSize: mainLayout.lineEditFontSize
placeholderText: qsTr("Amount to receive") + translationManager.emptyString
readOnly: false
width: mainLayout.editWidth