Skip to content

Commit 21a8a2e

Browse files
committed
changed combobox to a searchable combobox
1 parent 483d76b commit 21a8a2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jabgui/src/main/resources/org/jabref/gui/commonfxcontrols/FieldFormatterCleanupsPanel.fxml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<?import javafx.geometry.Insets?>
44
<?import javafx.scene.control.Button?>
55
<?import javafx.scene.control.CheckBox?>
6-
<?import javafx.scene.control.ComboBox?>
76
<?import javafx.scene.control.TableColumn?>
87
<?import javafx.scene.control.TableView?>
98
<?import javafx.scene.control.Tooltip?>
109
<?import javafx.scene.layout.HBox?>
1110
<?import javafx.scene.layout.VBox?>
1211
<?import org.jabref.gui.icon.JabRefIconView?>
12+
<?import org.controlsfx.control.SearchableComboBox?>
1313
<fx:root spacing="10.0" type="VBox"
1414
xmlns="http://javafx.com/javafx/10.0.2-internal" xmlns:fx="http://javafx.com/fxml/1"
1515
fx:controller="org.jabref.gui.commonfxcontrols.FieldFormatterCleanupsPanel">
@@ -30,9 +30,9 @@
3030
</columnResizePolicy>
3131
</TableView>
3232
<HBox spacing="4.0">
33-
<ComboBox fx:id="addableFields" editable="true" disable="${!cleanupsEnabled.selected}"
33+
<SearchableComboBox fx:id="addableFields" editable="true" disable="${!cleanupsEnabled.selected}"
3434
HBox.hgrow="SOMETIMES" minWidth="100.0"/>
35-
<ComboBox fx:id="addableFormatters" disable="${!cleanupsEnabled.selected}"
35+
<SearchableComboBox fx:id="addableFormatters" disable="${!cleanupsEnabled.selected}"
3636
HBox.hgrow="ALWAYS" minWidth="100.0" maxWidth="Infinity"/>
3737
</HBox>
3838
</VBox>

0 commit comments

Comments
 (0)