#1311 actionScript source font size

This commit is contained in:
2016-12-01 18:19:24 +01:00
parent 4d5d1cde53
commit 57ad8b667d
7 changed files with 25 additions and 15 deletions
@@ -100,7 +100,6 @@ public class FolderPreviewPanel extends JPanel {
cachedPreviews = Cache.getInstance(false, false, "preview");
addMouseListener(new MouseAdapter() {
@Override
public void mouseClicked(MouseEvent e) {
if (e.getClickCount() > 1) {
@@ -154,7 +153,6 @@ public class FolderPreviewPanel extends JPanel {
}
repaint();
}
});
}