Adapt password view

This commit is contained in:
Christoph Atteneder 2018-09-14 11:14:27 +02:00
parent 98733607d5
commit c026fc5499
No known key found for this signature in database
GPG Key ID: CD5DC1C529CDFD3B
2 changed files with 1 additions and 1 deletions

View File

@ -23,5 +23,6 @@ public class PasswordTextField extends JFXPasswordField{
public PasswordTextField() {
super();
setLabelFloat(true);
setMaxWidth(300);
}
}

View File

@ -27,7 +27,6 @@
xmlns:fx="http://javafx.com/fxml">
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" halignment="RIGHT" minWidth="140.0"/>
<ColumnConstraints hgrow="ALWAYS" minWidth="300.0"/>
</columnConstraints>