mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-13 05:17:28 -04:00
Finishing up on the settings page for now and modified some QML components
This commit is contained in:
committed by
moneromooo-monero
parent
be9cb8931c
commit
f262ce5209
@@ -71,7 +71,7 @@ ColumnLayout {
|
||||
|
||||
LabelButton {
|
||||
id: copyButtonId
|
||||
visible: copyButton
|
||||
visible: copyButton && multiLine.text !== ""
|
||||
text: qsTr("Copy")
|
||||
anchors.right: labelButton.visible ? inputLabel.right : parent.right
|
||||
anchors.rightMargin: labelButton.visible? 4 : 0
|
||||
|
||||
Reference in New Issue
Block a user