aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfanquake <[email protected]>2019-10-18 08:08:03 -0400
committerfanquake <[email protected]>2019-10-18 08:14:40 -0400
commitf2a094884d987465437a6300daa84de6f39c2322 (patch)
tree74bbdee3f0f7dc79f448d12e14df2bab15a0d531
parentMerge #15084: gui: don't disable the sync overlay when wallet is disabled (diff)
parentgui: Add placeholder text to the sign message field (diff)
downloaddiscoin-f2a094884d987465437a6300daa84de6f39c2322.tar.xz
discoin-f2a094884d987465437a6300daa84de6f39c2322.zip
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
-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 8a7bdfdbc..202edf27d 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>