mirror of
https://github.com/logos-blockchain/logos-execution-zone-wallet-ui.git
synced 2026-07-29 22:23:30 +00:00
fix checkbox rendering
This commit is contained in:
parent
a97f8b06dd
commit
f4b3554244
@ -127,14 +127,12 @@ Rectangle {
|
||||
color: Theme.palette.textSecondary
|
||||
}
|
||||
|
||||
CheckBox {
|
||||
LogosCheckbox {
|
||||
id: useOwnedToCheck
|
||||
visible: d.showOwnedOption
|
||||
checked: d.useOwnedAccountForTo
|
||||
onCheckedChanged: d.useOwnedAccountForTo = checked
|
||||
text: qsTr("Use owned account")
|
||||
font.pixelSize: Theme.typography.secondaryText
|
||||
palette.text: Theme.palette.text
|
||||
}
|
||||
|
||||
LogosTextField {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user