mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-11-05 11:56:37 +00:00
remove balance in joinstr ui
This commit is contained in:
parent
1f381a39c6
commit
d7655924ea
1 changed files with 26 additions and 44 deletions
|
|
@ -36,28 +36,10 @@
|
||||||
<JoinstrDisplay fx:constant="HISTORY"/>
|
<JoinstrDisplay fx:constant="HISTORY"/>
|
||||||
</userData>
|
</userData>
|
||||||
</ToggleButton>
|
</ToggleButton>
|
||||||
<VBox>
|
|
||||||
<Pane styleClass="spacerV25" />
|
|
||||||
<HBox>
|
|
||||||
<VBox maxWidth="Infinity" HBox.hgrow="ALWAYS" styleClass="joinstr-balance-container">
|
|
||||||
<Label fx:id="joinstrBalanceTitle" styleClass="joinstr-balance-label">
|
|
||||||
Current balance:
|
|
||||||
</Label>
|
|
||||||
<Label fx:id="joinstrBalanceValue" styleClass="joinstr-balance-label">
|
|
||||||
0.00000001
|
|
||||||
<graphic>
|
|
||||||
<Glyph fontFamily="FontAwesome" icon="BTC" fontSize="20" />
|
|
||||||
</graphic>
|
|
||||||
</Label>
|
|
||||||
</VBox>
|
|
||||||
</HBox>
|
|
||||||
<Pane styleClass="spacerV25" />
|
|
||||||
</VBox>
|
|
||||||
</VBox>
|
</VBox>
|
||||||
</left>
|
</left>
|
||||||
<center>
|
<center>
|
||||||
<StackPane fx:id="joinstrPane" styleClass="joinstr-pane">
|
<StackPane fx:id="joinstrPane" styleClass="joinstr-pane">
|
||||||
|
|
||||||
</StackPane>
|
</StackPane>
|
||||||
</center>
|
</center>
|
||||||
</BorderPane>
|
</BorderPane>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue