mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-10 15:47:26 -04:00
Improve copy text handling
This commit is contained in:
3
main.qml
3
main.qml
@@ -1481,10 +1481,11 @@ ApplicationWindow {
|
||||
|
||||
Rectangle {
|
||||
id: statusMessage
|
||||
z: 99
|
||||
visible: false
|
||||
property alias text: statusMessageText.text
|
||||
anchors.bottom: parent.bottom
|
||||
width: 200 * scaleRatio
|
||||
width: statusMessageText.contentWidth + 20 * scaleRatio
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
color: "black"
|
||||
height: 40 * scaleRatio
|
||||
|
||||
Reference in New Issue
Block a user