mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-03-26 01:32:25 +01:00
move insufficient funds label to below amount field
This commit is contained in:
parent
3fc2127337
commit
e9d0491b42
@ -56,17 +56,16 @@
|
||||
</ComboBox>
|
||||
<Label style="-fx-pref-width: 15" />
|
||||
<FiatLabel fx:id="fiatAmount" />
|
||||
<Label fx:id="amountStatus" text="Insufficient">
|
||||
<tooltip>
|
||||
<Tooltip text="Insufficient confirmed transaction value" />
|
||||
</tooltip>
|
||||
<graphic>
|
||||
<Glyph fontFamily="Font Awesome 5 Free Solid" fontSize="12" icon="EXCLAMATION_CIRCLE" styleClass="failure" />
|
||||
</graphic>
|
||||
<padding>
|
||||
<Insets left="10" />
|
||||
</padding>
|
||||
</Label>
|
||||
<Group managed="false" translateY="38">
|
||||
<Label fx:id="amountStatus" text="Insufficient funds">
|
||||
<tooltip>
|
||||
<Tooltip text="Insufficient confirmed transaction value" />
|
||||
</tooltip>
|
||||
<graphic>
|
||||
<Glyph fontFamily="Font Awesome 5 Free Solid" fontSize="12" icon="EXCLAMATION_CIRCLE" styleClass="failure" />
|
||||
</graphic>
|
||||
</Label>
|
||||
</Group>
|
||||
<Region style="-fx-pref-width: 5" />
|
||||
<ToggleButton fx:id="maxButton" text="Max" onAction="#setMaxInput" />
|
||||
</Field>
|
||||
|
Loading…
x
Reference in New Issue
Block a user