Remove opaque background from "Remember Password" checkbox

cusax-fix
Alan Kelly 16 years ago
parent ec515adde9
commit 76fef66e9e

@ -98,6 +98,7 @@ private void init()
{
this.emailField.getDocument().addDocumentListener(this);
this.rememberPassBox.setSelected(true);
this.rememberPassBox.setOpaque(false);
this.existingAccountLabel.setForeground(Color.RED);

Loading…
Cancel
Save