mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
GUI: deck editor improves:
* Fixed broken DeckArea form (form/java files synced); * Improved panel sizes and scrolls fixes (small screens support, see #6881);
This commit is contained in:
parent
043785b1d1
commit
5585e1d878
8 changed files with 225 additions and 216 deletions
|
|
@ -881,7 +881,7 @@ public class MageFrame extends javax.swing.JFrame implements MageClient {
|
|||
popupDebug.add(menuDebugTestCardRenderModesDialog);
|
||||
|
||||
setDefaultCloseOperation(javax.swing.WindowConstants.DO_NOTHING_ON_CLOSE);
|
||||
setMinimumSize(new java.awt.Dimension(1024, 768));
|
||||
setMinimumSize(new java.awt.Dimension(1024, 500));
|
||||
|
||||
desktopPane.setBackground(new java.awt.Color(204, 204, 204));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue