Made the rules option pane narrower so it would fit on smaller screens without scrolling.
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@6937 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@@ -25,7 +25,7 @@ public class PMDRulesOptionPane extends AbstractOptionPane implements OptionPane
|
||||
|
||||
SelectedRules rules;
|
||||
|
||||
JTextArea exampleTextArea = new JTextArea( 15, 80 );
|
||||
JTextArea exampleTextArea = new JTextArea( 15, 60 );
|
||||
JTextField txtCustomRules;
|
||||
CheckboxTree tree;
|
||||
JCheckBox useDefaultRules;
|
||||
|
||||
Reference in New Issue
Block a user