update download dialog style for better contrast.
parent
f48e2c9740
commit
2a492743fb
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue