mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-13 07:28:59 +01:00
qt: Fix BitcoinAmountField's base widget
This commit is contained in:
@@ -161,7 +161,7 @@
|
|||||||
<item row="2" column="1">
|
<item row="2" column="1">
|
||||||
<layout class="QHBoxLayout" name="horizontalLayoutAmount" stretch="0,1,0">
|
<layout class="QHBoxLayout" name="horizontalLayoutAmount" stretch="0,1,0">
|
||||||
<item>
|
<item>
|
||||||
<widget class="BitcoinAmountField" name="payAmount">
|
<widget class="BitcoinAmountField" name="payAmount" native="true">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>The amount to send in the selected unit</string>
|
<string>The amount to send in the selected unit</string>
|
||||||
</property>
|
</property>
|
||||||
@@ -223,8 +223,9 @@
|
|||||||
</customwidget>
|
</customwidget>
|
||||||
<customwidget>
|
<customwidget>
|
||||||
<class>BitcoinAmountField</class>
|
<class>BitcoinAmountField</class>
|
||||||
<extends>QLineEdit</extends>
|
<extends>QWidget</extends>
|
||||||
<header>qt/bitcoinamountfield.h</header>
|
<header>qt/bitcoinamountfield.h</header>
|
||||||
|
<container>1</container>
|
||||||
</customwidget>
|
</customwidget>
|
||||||
</customwidgets>
|
</customwidgets>
|
||||||
<tabstops>
|
<tabstops>
|
||||||
|
|||||||
Reference in New Issue
Block a user