mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-21 20:57:25 -04:00
Added some styles, changed some margins, testing with the new LineEdit
This commit is contained in:
committed by
moneromooo-monero
parent
e7eb3bdfef
commit
f15d6f5197
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user