Update presets info text
This commit is contained in:
parent
55e83bf642
commit
ebc0461fd0
@ -2095,7 +2095,7 @@ ComponentPresetChooserDialog.menu.sortDesc = Sort Descending
|
||||
ComponentPresetChooserDialog.menu.units = Units
|
||||
ComponentPresetChooserDialog.checkbox.showAllCompatible = Show all compatible
|
||||
ComponentPresetChooserDialog.checkbox.showLegacyCheckBox = Show Legacy Database
|
||||
ComponentPresetChooserDialog.lbl.favorites = Select to add preset to drop-down menu
|
||||
ComponentPresetChooserDialog.lbl.favorites = Check to add preset to the preset drop-down menu in the component edit dialog
|
||||
table.column.Favorite = Favorite
|
||||
table.column.Legacy = Legacy
|
||||
table.column.Manufacturer = Manufacturer
|
||||
|
@ -119,7 +119,7 @@ public class RocketComponentConfig extends JPanel {
|
||||
// If the component supports a preset, show the preset selection box.
|
||||
presetModel = new PresetModel(this, document, component);
|
||||
presetComboBox = new JComboBox(presetModel);
|
||||
presetComboBox.setMaximumRowCount(20);
|
||||
presetComboBox.setMaximumRowCount(25);
|
||||
presetComboBox.setEditable(false);
|
||||
this.add(presetComboBox);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user