forked from External/mage
GUI: improved small mode detection on some desktop resolutions (mode without avatars);
This commit is contained in:
parent
86fa92788e
commit
93221f8452
1 changed files with 1 additions and 1 deletions
|
|
@ -491,7 +491,7 @@ public final class GamePanel extends javax.swing.JPanel {
|
|||
private void sizeToScreen() {
|
||||
Rectangle rect = this.getBounds();
|
||||
|
||||
if (rect.height < 720) {
|
||||
if (rect.height < 770) {
|
||||
if (!smallMode) {
|
||||
smallMode = true;
|
||||
Dimension bbDimension = new Dimension(128, 184);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue