Skip to content

Commit f2a0948

Browse files
committed
Merge #17186: gui: Add placeholder text to the sign message field
7005d6a gui: Add placeholder text to the sign message field (Danny-Scott) Pull request description: When using the sign message functionality I noticed the "message" field had no label or placeholder text to highlight what it's for. I've added the placeholder text to match the tool tip to help it be more user friendly. ACKs for top commit: hebasto: Re-ACK 7005d6a fanquake: ACK 7005d6a Tree-SHA512: 17fe51c134f6373d8d5f9ca98b15bd936da4e61aa5258ceb5d318575d49b43cbfde6f4c3f720eb5928206902e6ba52811ba08737a03c95224e45dabc947d9d11
2 parents b9b58f8 + 7005d6a commit f2a0948

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/qt/forms/signverifymessagedialog.ui

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@
9999
<property name="toolTip">
100100
<string>Enter the message you want to sign here</string>
101101
</property>
102+
<property name="placeholderText">
103+
<string>Enter the message you want to sign here</string>
104+
</property>
102105
</widget>
103106
</item>
104107
<item>

0 commit comments

Comments
 (0)