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