mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-08 18:46:12 +00:00
White background only on oceanic skin
This commit is contained in:
@@ -78,7 +78,7 @@ public class UsageFrame extends AppDialog implements MouseListener {
|
||||
usageListModel.addElement(u);
|
||||
}
|
||||
usageList = new JList<>(usageListModel);
|
||||
if (Configuration.setControlsBackgroundToWhite.get()) {
|
||||
if (View.isOceanic()) {
|
||||
usageList.setBackground(Color.white);
|
||||
}
|
||||
gotoButton.addActionListener(this::gotoButtonActionPerformed);
|
||||
|
||||
Reference in New Issue
Block a user