spelling: verticaldivider

Signed-off-by: Josh Soref <[email protected]>
This commit is contained in:
Josh Soref
2024-10-29 16:55:43 +01:00
committed by Jindra Petřík
parent 0857c64d1f
commit 4cedc88227
2 changed files with 2 additions and 2 deletions
@@ -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);