mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Adapt password view
This commit is contained in:
parent
98733607d5
commit
c026fc5499
@ -23,5 +23,6 @@ public class PasswordTextField extends JFXPasswordField{
|
||||
public PasswordTextField() {
|
||||
super();
|
||||
setLabelFloat(true);
|
||||
setMaxWidth(300);
|
||||
}
|
||||
}
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user