mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-31 07:46:07 +00:00
White background only on oceanic skin
This commit is contained in:
@@ -72,7 +72,7 @@ public class FilesChangedDialog extends AppDialog {
|
||||
label.setBorder(new EmptyBorder(10, 10, 10, 10));
|
||||
cnt.add(label, BorderLayout.NORTH);
|
||||
filesList = new JList<String>(listModel);
|
||||
if (Configuration.setControlsBackgroundToWhite.get()) {
|
||||
if (View.isOceanic()) {
|
||||
filesList.setBackground(Color.white);
|
||||
}
|
||||
cnt.add(new FasterScrollPane(filesList), BorderLayout.CENTER);
|
||||
|
||||
Reference in New Issue
Block a user