mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-01 03:06:14 -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);
|
||||
|
||||
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());
|
||||
|
||||
HBox hbox = new HBox(textField, button);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue