mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-05 19:49:19 +00:00
spelling: preferred
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
371649b697
commit
8958ae030b
@@ -5319,9 +5319,9 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
|
||||
fc.setCurrentDirectory(new File(Configuration.lastOpenDir.get()));
|
||||
if (imagePreview) {
|
||||
fc.setAccessory(new FileChooserImagePreview(fc));
|
||||
Dimension prefferedSize = new Dimension(fc.getPreferredSize());
|
||||
prefferedSize.width += FileChooserImagePreview.PREVIEW_SIZE;
|
||||
fc.setPreferredSize(prefferedSize);
|
||||
Dimension preferredSize = new Dimension(fc.getPreferredSize());
|
||||
preferredSize.width += FileChooserImagePreview.PREVIEW_SIZE;
|
||||
fc.setPreferredSize(preferredSize);
|
||||
}
|
||||
boolean first = true;
|
||||
for (int i = 0; i < filterArray.length; i += 2) {
|
||||
|
||||
Reference in New Issue
Block a user