Added a label to the preset selector.
This commit is contained in:
parent
b1b1b91c89
commit
1cffc8b58c
@ -38,7 +38,7 @@ public class BodyTubeConfig extends RocketComponentConfig {
|
||||
|
||||
//// Body tube template
|
||||
// FIXME: Move to proper location
|
||||
panel.add(new JLabel());
|
||||
panel.add(new JLabel(trans.get("PresetModel.lbl.select")));
|
||||
presetComboBox = new JComboBox(new PresetModel(component));
|
||||
presetComboBox.setEditable(false);
|
||||
panel.add(presetComboBox, "wrap para");
|
||||
|
Loading…
x
Reference in New Issue
Block a user