Skip to content

Commit

Permalink
removes the extra space in "Source code to analyze"
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewD-AVI committed May 1, 2018
1 parent 59b1437 commit 905635d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion burp/src/main/java/burp/BurpExtender.java
Expand Up @@ -467,7 +467,7 @@ public void actionPerformed(java.awt.event.ActionEvent e) {
}
}
});
sourceFolderField = addTextFieldToGridBagLayout("Source code to analyze:", sourcePanel, yPosition++, BurpPropertiesManager.SOURCE_FOLDER_KEY, sourceFolderBrowseButton);
sourceFolderField = addTextFieldToGridBagLayout("Source code to analyze:", sourcePanel, yPosition++, BurpPropertiesManager.SOURCE_FOLDER_KEY, sourceFolderBrowseButton);

final JButton oldSourceFolderBrowseButton = new JButton("Select folder or zip file ...");
oldSourceFolderBrowseButton.addActionListener(new ActionListener() {
Expand Down
Binary file not shown.

0 comments on commit 905635d

Please sign in to comment.