update download dialog style for better contrast.

master
lodici 2017-02-20 21:06:07 +00:00
parent f48e2c9740
commit 2a492743fb
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@ class DownloadDialogPanel extends TexturedPanel implements PropertyChangeListene
add(mainPanel, "w 100%, h 100%");
doSetStyle(this);
setOpaque(false);
setBackground(MagicStyle.getTranslucentColor(Color.WHITE, 240));
}
private DialogMainPanel getMainPanel() {