Skip to content
Snippets Groups Projects
Commit 7a63b88f authored by Harry Linrui XU's avatar Harry Linrui XU
Browse files

Made max amount label in buddget dynamic

parent 90881c6f
No related branches found
No related tags found
1 merge request!58Dynamic daysleft
...@@ -145,7 +145,13 @@ ...@@ -145,7 +145,13 @@
<children> <children>
<Pane> <Pane>
<children> <children>
<Label alignment="CENTER" layoutX="135.0" styleClass="font" stylesheets="@../style.css" text="Max amount: 1000"> <HBox alignment="CENTER" layoutX="313.0" layoutY="1.0" />
<Label fx:id="dispoableAmount1" alignment="CENTER" layoutX="92.0" layoutY="-3.0" styleClass="font" stylesheets="@../style.css" text="Max amount: ">
<font>
<Font name="Lucida Console" size="24.0" />
</font>
</Label>
<Label fx:id="dispoableAmount" alignment="CENTER" layoutX="262.0" layoutY="-2.0" styleClass="font" stylesheets="@../style.css" text="100">
<font> <font>
<Font name="Lucida Console" size="24.0" /> <Font name="Lucida Console" size="24.0" />
</font> </font>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment