applied patch 2828099 : Designer's bug 'Create XML Rule', thanks to Andy Throgmorton

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/branches/pmd/4.3.x@7339 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Romain Pelisse 2011-09-24 19:33:07 +00:00
parent c8da4a1c83
commit ba1404de3f

View File

@ -73,6 +73,7 @@ public class CreateXMLRulePanel extends JPanel implements ActionListener {
gbc.gridx = 1;
gbc.anchor = GridBagConstraints.WEST;
gbc.weightx = 0.5;
ruledescField.setLineWrap(true);
gbl.setConstraints(ruledescField, gbc);
add(ruledescField);