mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02: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
Add a link
Reference in a new issue