remove balance in joinstr ui

This commit is contained in:
/dev/fd0 2025-05-22 00:21:15 +05:30
parent 1f381a39c6
commit d7655924ea

View file

@ -36,28 +36,10 @@
<JoinstrDisplay fx:constant="HISTORY"/>
</userData>
</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>
</left>
<center>
<StackPane fx:id="joinstrPane" styleClass="joinstr-pane">
</StackPane>
</center>
</BorderPane>