Editing profile UI developed.
This commit is contained in:
@@ -71,7 +71,12 @@
|
|||||||
<!-- ===== Bio (full width field + description) ===== -->
|
<!-- ===== Bio (full width field + description) ===== -->
|
||||||
<VBox spacing="4">
|
<VBox spacing="4">
|
||||||
<children>
|
<children>
|
||||||
<TextField fx:id="bioField" promptText="Bio" styleClass="edit-profile-input" />
|
<HBox alignment="CENTER_LEFT" spacing="10">
|
||||||
|
<children>
|
||||||
|
<Label styleClass="profile-info-label" text="Bio" />
|
||||||
|
<TextField fx:id="bioField" prefHeight="25.0" prefWidth="152.0" styleClass="edit-profile-input" HBox.hgrow="ALWAYS" />
|
||||||
|
</children>
|
||||||
|
</HBox>
|
||||||
<Label styleClass="edit-input-description" text="Any details such as age, occupation, or city." />
|
<Label styleClass="edit-input-description" text="Any details such as age, occupation, or city." />
|
||||||
</children>
|
</children>
|
||||||
</VBox>
|
</VBox>
|
||||||
|
|||||||
Reference in New Issue
Block a user