mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-24 23:00:36 -04:00
apply fill style on autocompletecombobox
This commit is contained in:
parent
8574e372c3
commit
a22b3bb82f
1 changed files with 1 additions and 0 deletions
|
@ -1419,6 +1419,7 @@ public class FormBuilder {
|
|||
|
||||
public static <T> AutocompleteComboBox<T> addAutocompleteComboBox(GridPane gridPane, int rowIndex, String title, double top) {
|
||||
var comboBox = new AutocompleteComboBox<T>();
|
||||
GUIUtil.applyFilledStyle(comboBox);
|
||||
comboBox.setLabelFloat(true);
|
||||
comboBox.getStyleClass().add("label-float");
|
||||
comboBox.setPromptText(title);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue