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/trunk@7341 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user