forked from phoedos/pmd
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:
parent
c8da4a1c83
commit
ba1404de3f
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user