fix: dollar sign fixed
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
<?import javafx.scene.layout.VBox?>
|
<?import javafx.scene.layout.VBox?>
|
||||||
|
|
||||||
<VBox spacing="20" alignment="CENTER" xmlns:fx="http://javafx.com/fxml" fx:controller="workshop.Controller">
|
<VBox spacing="20" alignment="CENTER" xmlns:fx="http://javafx.com/fxml" fx:controller="workshop.Controller">
|
||||||
<padding><Insets top="30" right="30" left="30" bottom="20"/></padding>
|
<padding><Insets top="30" right="30" left="30" bottom="30"/></padding>
|
||||||
|
|
||||||
<HBox spacing="10" alignment="CENTER">
|
<HBox spacing="10" alignment="CENTER">
|
||||||
<Label fx:id="titleLabel" text="Choose Your Plan" styleClass="title" />
|
<Label fx:id="titleLabel" text="Choose Your Plan" styleClass="title" />
|
||||||
|
|||||||
Reference in New Issue
Block a user