mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
Add the details text box to the focus order for faster gameplay.
This commit is contained in:
@@ -96,6 +96,7 @@ public class CardDetailPanel extends SkinnedPanel {
|
||||
cdArea.setFont(new Font("Dialog", 0, fontSizeR12));
|
||||
cdArea.setBorder(new EmptyBorder(2, 6, 2, 6));
|
||||
cdArea.setOpaque(false);
|
||||
cdArea.setFocusable(true);
|
||||
scrArea = new FScrollPane(cdArea, false);
|
||||
|
||||
add(nameCostLabel);
|
||||
|
||||
Reference in New Issue
Block a user