12 lines
577 B
Diff
12 lines
577 B
Diff
--- runtime-decompiler/src/main/java/org/jrd/frontend/Templates/ConfigPanel.java
|
|
+++ runtime-decompiler/src/main/java/org/jrd/frontend/Templates/ConfigPanel (copy).java
|
|
@@ -98,7 +98,7 @@
|
|
removeButtonListener.actionPerformed(actionEvent);
|
|
});
|
|
trashCanPanel.setLayout(null);
|
|
- removeButton.setBounds(-2, 26, 32, 32); //🙈
|
|
+ removeButton.setBounds(-2, 26, 32, 32); //monky emoticon removed, doclint do not eat it
|
|
if (wrapperInformation.getScope().equals("local")) {
|
|
trashCanPanel.add(removeButton);
|
|
}
|
|
|