mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-02 19:56:23 -04:00
fix ellipses in settings
This commit is contained in:
parent
4e2f743862
commit
ff7e853cac
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ public class FormBuilder {
|
||||||
textField.setPrefWidth(Layout.INITIAL_WINDOW_WIDTH);
|
textField.setPrefWidth(Layout.INITIAL_WINDOW_WIDTH);
|
||||||
|
|
||||||
Button button = new AutoTooltipButton("...");
|
Button button = new AutoTooltipButton("...");
|
||||||
button.setStyle("-fx-min-width: 26; -fx-pref-height: 26; -fx-padding: 0 0 10 0; -fx-background-color: -fx-background;");
|
button.setStyle("-fx-min-width: 32; -fx-padding: 0 0 10 0; -fx-background-color: -fx-background;");
|
||||||
button.managedProperty().bind(button.visibleProperty());
|
button.managedProperty().bind(button.visibleProperty());
|
||||||
|
|
||||||
HBox hbox = new HBox(textField, button);
|
HBox hbox = new HBox(textField, button);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue