GUI: print how long the username can be
This commit is contained in:
@@ -65,7 +65,7 @@
|
|||||||
-fx-text-fill: rgba(244,192,90,0.7);">
|
-fx-text-fill: rgba(244,192,90,0.7);">
|
||||||
<VBox.margin><Insets bottom="6"/></VBox.margin>
|
<VBox.margin><Insets bottom="6"/></VBox.margin>
|
||||||
</Label>
|
</Label>
|
||||||
<TextField fx:id="campoNome" promptText="Enter your name"
|
<TextField fx:id="campoNome" promptText="Enter your name (max 10 characters)"
|
||||||
style="-fx-font-family: 'Cinzel'; -fx-font-size: 12;
|
style="-fx-font-family: 'Cinzel'; -fx-font-size: 12;
|
||||||
-fx-text-fill: #f0e0c0; -fx-prompt-text-fill: rgba(200,150,80,0.45);
|
-fx-text-fill: #f0e0c0; -fx-prompt-text-fill: rgba(200,150,80,0.45);
|
||||||
-fx-background-color: rgba(244,192,90,0.07);
|
-fx-background-color: rgba(244,192,90,0.07);
|
||||||
|
|||||||
Reference in New Issue
Block a user