mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-03 09:56:38 -05:00
gui: Fix payAmount tooltip in SendCoinsEntry
This commit is contained in:
parent
a884b32854
commit
0fc81a1e87
1 changed files with 5 additions and 4 deletions
|
@ -17,9 +17,6 @@
|
|||
<bool>false</bool>
|
||||
</property>
|
||||
<widget class="QFrame" name="SendCoins">
|
||||
<property name="toolTip">
|
||||
<string>The amount to send in the selected unit</string>
|
||||
</property>
|
||||
<property name="frameShape">
|
||||
<enum>QFrame::NoFrame</enum>
|
||||
</property>
|
||||
|
@ -165,7 +162,11 @@
|
|||
<item row="2" column="1">
|
||||
<layout class="QHBoxLayout" name="horizontalLayoutAmount" stretch="0,1,0">
|
||||
<item>
|
||||
<widget class="BitcoinAmountField" name="payAmount"/>
|
||||
<widget class="BitcoinAmountField" name="payAmount">
|
||||
<property name="toolTip">
|
||||
<string>The amount to send in the selected unit</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="checkboxSubtractFeeFromAmount">
|
||||
|
|
Loading…
Add table
Reference in a new issue