mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Not changing hand ui size in small mode
This commit is contained in:
parent
3afa5cc867
commit
3a59ca9465
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ public final class GamePanel extends javax.swing.JPanel {
|
|||
bigCard.setPreferredSize(bbDimension);
|
||||
pnlGameInfo.revalidate();
|
||||
pnlGameInfo.repaint();
|
||||
this.handContainer.sizeHand(0.8, smallMode);
|
||||
//this.handContainer.sizeHand(0.8, smallMode);
|
||||
for (PlayAreaPanel p: players.values()) {
|
||||
p.sizePlayer(smallMode);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue