mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Enlarged the Multi Block window (but it's not a real solution for the problem with large card pictures).
This commit is contained in:
@@ -66,7 +66,7 @@ class Gui_MultipleBlockers4 extends JFrame {
|
||||
JDialog dialog = new JDialog(this, true);
|
||||
dialog.setTitle("Multiple Blockers");
|
||||
dialog.setContentPane(mainPanel);
|
||||
dialog.setSize(470, 260);
|
||||
dialog.setSize(470, 310);
|
||||
dialog.setVisible(true);
|
||||
}
|
||||
|
||||
@@ -95,9 +95,9 @@ class Gui_MultipleBlockers4 extends JFrame {
|
||||
numberLabel.setHorizontalAlignment(SwingConstants.CENTER);
|
||||
numberLabel.setHorizontalTextPosition(SwingConstants.CENTER);
|
||||
numberLabel.setText("Assign");
|
||||
numberLabel.setBounds(new Rectangle(52, 30, 343, 24));
|
||||
numberLabel.setBounds(new Rectangle(52, 10, 343, 24));
|
||||
jPanel3.setLayout(borderLayout3);
|
||||
jPanel3.setBounds(new Rectangle(26, 75, 399, 114));
|
||||
jPanel3.setBounds(new Rectangle(15, 40, 430, 235));
|
||||
creaturePanel.addMouseListener(new java.awt.event.MouseAdapter() {
|
||||
@Override
|
||||
public void mousePressed(MouseEvent e) {
|
||||
|
||||
Reference in New Issue
Block a user