forked from External/mage
Disable power of war server button;
This commit is contained in:
parent
94e7f76e14
commit
0043257042
2 changed files with 2 additions and 0 deletions
|
|
@ -287,6 +287,7 @@ public class ConnectDialog extends MageDialog {
|
|||
btnFindUs.setToolTipText("Connect to mtg.powersofwar.com (USA, use any username without registration)");
|
||||
btnFindUs.setActionCommand("connectXmageus");
|
||||
btnFindUs.setAlignmentY(0.0F);
|
||||
btnFindUs.setEnabled(false);
|
||||
btnFindUs.setMargin(new java.awt.Insets(2, 2, 2, 2));
|
||||
btnFindUs.setName("connectXmageusBtn"); // NOI18N
|
||||
btnFindUs.setPreferredSize(new java.awt.Dimension(23, 23));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue