mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 08:20:45 +00:00
spelling: verticaldivider
Signed-off-by: Josh Soref <[email protected]>
This commit is contained in:
committed by
Jindra Petřík
parent
0857c64d1f
commit
4cedc88227
@@ -410,7 +410,7 @@ public class EasySwfPanel extends JPanel {
|
||||
}
|
||||
});
|
||||
|
||||
verticalSplitPane = new JPersistentSplitPane(JSplitPane.VERTICAL_SPLIT, topPanel, timelinePanel, Configuration.guiSplitPaneEasyVerticaldividerLocationPercent);
|
||||
verticalSplitPane = new JPersistentSplitPane(JSplitPane.VERTICAL_SPLIT, topPanel, timelinePanel, Configuration.guiSplitPaneEasyVerticalDividerLocationPercent);
|
||||
|
||||
libraryTreeTable = new LibraryTreeTable(this);
|
||||
JScrollPane libraryScrollPane = new FasterScrollPane(libraryTreeTable);
|
||||
|
||||
Reference in New Issue
Block a user