diff options
| author | João Barbosa <[email protected]> | 2019-10-23 11:38:30 +0100 |
|---|---|---|
| committer | João Barbosa <[email protected]> | 2019-10-23 11:38:30 +0100 |
| commit | 0fc81a1e8724547a226e5fae5c32fc32d8dfb733 (patch) | |
| tree | 1d098d60063670bc439a0f241e8d53bcab5891fd /src | |
| parent | Merge #16911: wallet: Only check the hash of transactions loaded from disk (diff) | |
| download | discoin-0fc81a1e8724547a226e5fae5c32fc32d8dfb733.tar.xz discoin-0fc81a1e8724547a226e5fae5c32fc32d8dfb733.zip | |
gui: Fix payAmount tooltip in SendCoinsEntry
Diffstat (limited to 'src')
| -rw-r--r-- | src/qt/forms/sendcoinsentry.ui | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/qt/forms/sendcoinsentry.ui b/src/qt/forms/sendcoinsentry.ui index 334055f01..843d909f6 100644 --- a/src/qt/forms/sendcoinsentry.ui +++ b/src/qt/forms/sendcoinsentry.ui @@ -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"> |