We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1af94e + e82fc1b commit 9d08989Copy full SHA for 9d08989
MekHQ/src/mekhq/gui/dialog/GlossaryDialog.java
@@ -65,8 +65,8 @@ public class GlossaryDialog extends JDialog {
65
private final JDialog parent;
66
private final Campaign campaign;
67
68
- private int CENTER_WIDTH = UIUtil.scaleForGUI(400);
69
- private int CENTER_HEIGHT = UIUtil.scaleForGUI(300);
+ private int CENTER_WIDTH = UIUtil.scaleForGUI(800);
+ private int CENTER_HEIGHT = UIUtil.scaleForGUI(400);
70
private int PADDING = UIUtil.scaleForGUI(10);
71
72
private final String GLOSSARY_BUNDLE = "mekhq.resources.Glossary";
0 commit comments