mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- Reverted an accidental width/height change in FDeckViewer.
This commit is contained in:
@@ -118,8 +118,8 @@ public class FDeckViewer extends FDialog {
|
||||
}
|
||||
});
|
||||
|
||||
final int width = 1920;
|
||||
final int height = 1080;
|
||||
final int width = 800;
|
||||
final int height = 600;
|
||||
this.setPreferredSize(new Dimension(width, height));
|
||||
this.setSize(width, height);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user