spelling: horizontaldivider

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 d873e4b561
commit ae14ac031a
2 changed files with 2 additions and 2 deletions
@@ -482,7 +482,7 @@ public class EasySwfPanel extends JPanel {
}
});
horizontalSplitPane = new JPersistentSplitPane(JSplitPane.HORIZONTAL_SPLIT, verticalSplitPane, rightTabbedPane, Configuration.guiSplitPaneEasyHorizontaldividerLocationPercent);
horizontalSplitPane = new JPersistentSplitPane(JSplitPane.HORIZONTAL_SPLIT, verticalSplitPane, rightTabbedPane, Configuration.guiSplitPaneEasyHorizontalDividerLocationPercent);
if (View.isOceanic()) {
libraryScrollPane.getViewport().setBackground(Color.white);