configPanel: remove tooltips for JTextArea
remove the unnecessary tool tip for JTextArea that can sometimes take up the entire screens width
This commit is contained in:
@@ -494,11 +494,9 @@ public class ConfigPanel extends PluginPanel
|
||||
public void focusLost(FocusEvent e)
|
||||
{
|
||||
changeConfiguration(config, textField, cd, cid);
|
||||
textField.setToolTipText(textField.getText());
|
||||
}
|
||||
});
|
||||
|
||||
textField.setToolTipText(textField.getText());
|
||||
item.add(textField, BorderLayout.SOUTH);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user