File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
jabgui/src/main/resources/org/jabref/gui/commonfxcontrols Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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" >
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 >
You can’t perform that action at this time.
0 commit comments