Skip to content

Commit 7ab72b9

Browse files
committed
qt: Fix BitcoinAmountField's base widget
1 parent 3262542 commit 7ab72b9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/qt/forms/sendcoinsentry.ui

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
<item row="2" column="1">
162162
<layout class="QHBoxLayout" name="horizontalLayoutAmount" stretch="0,1,0">
163163
<item>
164-
<widget class="BitcoinAmountField" name="payAmount">
164+
<widget class="BitcoinAmountField" name="payAmount" native="true">
165165
<property name="toolTip">
166166
<string>The amount to send in the selected unit</string>
167167
</property>
@@ -223,8 +223,9 @@
223223
</customwidget>
224224
<customwidget>
225225
<class>BitcoinAmountField</class>
226-
<extends>QLineEdit</extends>
226+
<extends>QWidget</extends>
227227
<header>qt/bitcoinamountfield.h</header>
228+
<container>1</container>
228229
</customwidget>
229230
</customwidgets>
230231
<tabstops>

0 commit comments

Comments
 (0)