mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-31 19:31:02 +02:00
gui: Add placeholder text to the sign message field
This commit is contained in:
@@ -99,6 +99,9 @@
|
|||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Enter the message you want to sign here</string>
|
<string>Enter the message you want to sign here</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="placeholderText">
|
||||||
|
<string>Enter the message you want to sign here</string>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
Reference in New Issue
Block a user