mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Minor changes to ligging and command zone tooltip.
This commit is contained in:
parent
74e3fa63a8
commit
0303138a49
2 changed files with 4 additions and 2 deletions
|
|
@ -102,7 +102,7 @@ public class DialogContainer extends JPanel {
|
|||
backgroundColor = new Color(0, 0, 50, 110);
|
||||
|
||||
alpha = 0;
|
||||
ChoiceDialog dlg = new ChoiceDialog(params, "Command Zone (Emblems)");
|
||||
ChoiceDialog dlg = new ChoiceDialog(params, "Command Zone (Commander and Emblems)");
|
||||
add(dlg);
|
||||
dlg.setLocation(X_OFFSET + 10, Y_OFFSET + 10);
|
||||
dlg.updateSize(params.rect.width - 80, params.rect.height - 80);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue