|
@ -56,17 +56,16 @@ |
|
|
</ComboBox> |
|
|
</ComboBox> |
|
|
<Label style="-fx-pref-width: 15" /> |
|
|
<Label style="-fx-pref-width: 15" /> |
|
|
<FiatLabel fx:id="fiatAmount" /> |
|
|
<FiatLabel fx:id="fiatAmount" /> |
|
|
<Label fx:id="amountStatus" text="Insufficient"> |
|
|
<Group managed="false" translateY="38"> |
|
|
<tooltip> |
|
|
<Label fx:id="amountStatus" text="Insufficient funds"> |
|
|
<Tooltip text="Insufficient confirmed transaction value" /> |
|
|
<tooltip> |
|
|
</tooltip> |
|
|
<Tooltip text="Insufficient confirmed transaction value" /> |
|
|
<graphic> |
|
|
</tooltip> |
|
|
<Glyph fontFamily="Font Awesome 5 Free Solid" fontSize="12" icon="EXCLAMATION_CIRCLE" styleClass="failure" /> |
|
|
<graphic> |
|
|
</graphic> |
|
|
<Glyph fontFamily="Font Awesome 5 Free Solid" fontSize="12" icon="EXCLAMATION_CIRCLE" styleClass="failure" /> |
|
|
<padding> |
|
|
</graphic> |
|
|
<Insets left="10" /> |
|
|
</Label> |
|
|
</padding> |
|
|
</Group> |
|
|
</Label> |
|
|
|
|
|
<Region style="-fx-pref-width: 5" /> |
|
|
<Region style="-fx-pref-width: 5" /> |
|
|
<ToggleButton fx:id="maxButton" text="Max" onAction="#setMaxInput" /> |
|
|
<ToggleButton fx:id="maxButton" text="Max" onAction="#setMaxInput" /> |
|
|
</Field> |
|
|
</Field> |
|
|