Skip to content

Commit 0fc81a1

Browse files
committed
gui: Fix payAmount tooltip in SendCoinsEntry
1 parent a884b32 commit 0fc81a1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/qt/forms/sendcoinsentry.ui

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
<bool>false</bool>
1818
</property>
1919
<widget class="QFrame" name="SendCoins">
20-
<property name="toolTip">
21-
<string>The amount to send in the selected unit</string>
22-
</property>
2320
<property name="frameShape">
2421
<enum>QFrame::NoFrame</enum>
2522
</property>
@@ -165,7 +162,11 @@
165162
<item row="2" column="1">
166163
<layout class="QHBoxLayout" name="horizontalLayoutAmount" stretch="0,1,0">
167164
<item>
168-
<widget class="BitcoinAmountField" name="payAmount"/>
165+
<widget class="BitcoinAmountField" name="payAmount">
166+
<property name="toolTip">
167+
<string>The amount to send in the selected unit</string>
168+
</property>
169+
</widget>
169170
</item>
170171
<item>
171172
<widget class="QCheckBox" name="checkboxSubtractFeeFromAmount">

0 commit comments

Comments
 (0)