mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
fix WinLoseFrame so skinned buttons are not cut off on Mac OS X.
This commit is contained in:
@@ -77,8 +77,9 @@ public class WinLoseFrame extends JFrame {
|
||||
getContentPane().add(contentPanel);
|
||||
|
||||
//Footer should be at least 150 to keep buttons in-pane on Mac OS X
|
||||
//it needs to be > 175 now that skinning is used
|
||||
int HEAD_HEIGHT = 150;
|
||||
int FOOT_HEIGHT = 150;
|
||||
int FOOT_HEIGHT = 182;
|
||||
int FRAME_WIDTH_SMALL = 300;
|
||||
int FRAME_WIDTH_BIG = 600;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user