GUI: print how long the username can be

This commit is contained in:
2026-06-19 20:04:59 +02:00
parent 63ffb02112
commit 13af6436bb
+1 -1
View File
@@ -65,7 +65,7 @@
-fx-text-fill: rgba(244,192,90,0.7);">
<VBox.margin><Insets bottom="6"/></VBox.margin>
</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;
-fx-text-fill: #f0e0c0; -fx-prompt-text-fill: rgba(200,150,80,0.45);
-fx-background-color: rgba(244,192,90,0.07);