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.
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.
@Danny-Scott Thank you for contributing. Could you add screenshots (master and with this PR) to the OP?
Screenshots attached - Thanks, hopefully the first of many contributions.
Master

PR

ACK
98 | @@ -99,6 +99,9 @@ 99 | <property name="toolTip"> 100 | <string>Enter the message you want to sign here</string> 101 | </property> 102 | + <property name="placeholderText"> 103 | + <string>Enter the message you want to sign here</string>
nit: could follow indentation style?
<string>Enter the message you want to sign here</string>
ACK f956160866f14aca448a3201734df1f74174d038, tested on Linux Mint 19.2.
master (4daadce36cfe9baa63c4d7d70de027add03a00df):

PR (f956160866f14aca448a3201734df1f74174d038):

98 | @@ -99,6 +99,9 @@ 99 | <property name="toolTip"> 100 | <string>Enter the message you want to sign here</string> 101 | </property> 102 | + <property name="placeholderText"> 103 | + <string>Enter the message you want to sign here</string> 104 | + </property>
Rebased and squashed.
Thanks
Re-ACK 7005d6ab8f4393545ec27f528d8c03fc4516ddab
ACK 7005d6ab8f4393545ec27f528d8c03fc4516ddab
master (b9b58f8f687e1c718ed48274345baeaa3d9d08d4):

pr (7005d6ab8f4393545ec27f528d8c03fc4516ddab):
