mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-30 14:06:52 +00:00
White background only on oceanic skin
This commit is contained in:
@@ -469,7 +469,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
|
||||
detailPanel.setLayout(new CardLayout());
|
||||
|
||||
JPanel whitePanel = new JPanel();
|
||||
if (Configuration.setControlsBackgroundToWhite.get()) {
|
||||
if (View.isOceanic()) {
|
||||
whitePanel.setBackground(Color.white);
|
||||
}
|
||||
detailPanel.add(whitePanel, DETAILCARDEMPTYPANEL);
|
||||
|
||||
Reference in New Issue
Block a user