aboutsummaryrefslogtreecommitdiff
path: root/src/qt
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2019-10-18 08:08:03 -0400
committerfanquake <fanquake@gmail.com>2019-10-18 08:14:40 -0400
commitf2a094884d987465437a6300daa84de6f39c2322 (patch)
tree74bbdee3f0f7dc79f448d12e14df2bab15a0d531 /src/qt
parentb9b58f8f687e1c718ed48274345baeaa3d9d08d4 (diff)
parent7005d6ab8f4393545ec27f528d8c03fc4516ddab (diff)
downloadbitcoin-f2a094884d987465437a6300daa84de6f39c2322.tar.xz
Merge #17186: gui: Add placeholder text to the sign message field
7005d6ab8f4393545ec27f528d8c03fc4516ddab 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 7005d6ab8f4393545ec27f528d8c03fc4516ddab fanquake: ACK 7005d6ab8f4393545ec27f528d8c03fc4516ddab Tree-SHA512: 17fe51c134f6373d8d5f9ca98b15bd936da4e61aa5258ceb5d318575d49b43cbfde6f4c3f720eb5928206902e6ba52811ba08737a03c95224e45dabc947d9d11
Diffstat (limited to 'src/qt')
-rw-r--r--src/qt/forms/signverifymessagedialog.ui3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qt/forms/signverifymessagedialog.ui b/src/qt/forms/signverifymessagedialog.ui
index 8a7bdfdbc6..202edf27d4 100644
--- a/src/qt/forms/signverifymessagedialog.ui
+++ b/src/qt/forms/signverifymessagedialog.ui
@@ -99,6 +99,9 @@
<property name="toolTip">
<string>Enter the message you want to sign here</string>
</property>
+ <property name="placeholderText">
+ <string>Enter the message you want to sign here</string>
+ </property>
</widget>
</item>
<item>