configpanel: fix confignames not showing
configpanel: fix confignames not showing
This commit is contained in:
@@ -821,8 +821,10 @@ class ConfigPanel extends PluginPanel
|
|||||||
});
|
});
|
||||||
textField.getDocument().addDocumentListener(listener);
|
textField.getDocument().addDocumentListener(listener);
|
||||||
|
|
||||||
|
item.add(configEntryName, BorderLayout.NORTH);
|
||||||
item.add(textField, BorderLayout.CENTER);
|
item.add(textField, BorderLayout.CENTER);
|
||||||
|
|
||||||
|
|
||||||
parseLabel(cid.getItem(), parsingLabel, textField.getText());
|
parseLabel(cid.getItem(), parsingLabel, textField.getText());
|
||||||
item.add(parsingLabel, BorderLayout.SOUTH);
|
item.add(parsingLabel, BorderLayout.SOUTH);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user