Bugfix create-user
This commit is contained in:
parent
65d96bbd81
commit
58fc25c27e
@ -43,6 +43,7 @@ Label{
|
|||||||
.errorMessage{
|
.errorMessage{
|
||||||
-fx-max-width: 400px;
|
-fx-max-width: 400px;
|
||||||
-fx-min-width: 400px;
|
-fx-min-width: 400px;
|
||||||
|
-fx-text-fill: red;
|
||||||
}
|
}
|
||||||
|
|
||||||
Button{
|
Button{
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
xmlns:fx="http://javafx.com/fxml"
|
xmlns:fx="http://javafx.com/fxml"
|
||||||
fx:controller="users.CreateUserController">
|
fx:controller="users.CreateUserController">
|
||||||
<columnConstraints>
|
<columnConstraints>
|
||||||
<ColumnConstraints minWidth="100"/>
|
<ColumnConstraints minWidth="50"/>
|
||||||
<ColumnConstraints minWidth="100"/>
|
<ColumnConstraints minWidth="100"/>
|
||||||
<ColumnConstraints minWidth="100"/>
|
<ColumnConstraints minWidth="100"/>
|
||||||
</columnConstraints>
|
</columnConstraints>
|
||||||
|
Loading…
Reference in New Issue
Block a user