mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +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.setFont(new Font("Dialog", 0, fontSizeR12));
|
||||||
cdArea.setBorder(new EmptyBorder(2, 6, 2, 6));
|
cdArea.setBorder(new EmptyBorder(2, 6, 2, 6));
|
||||||
cdArea.setOpaque(false);
|
cdArea.setOpaque(false);
|
||||||
|
cdArea.setFocusable(true);
|
||||||
scrArea = new FScrollPane(cdArea, false);
|
scrArea = new FScrollPane(cdArea, false);
|
||||||
|
|
||||||
add(nameCostLabel);
|
add(nameCostLabel);
|
||||||
|
|||||||
0
forge-gui/src/main/config/create-dmg
Normal file → Executable file
0
forge-gui/src/main/config/create-dmg
Normal file → Executable file
Reference in New Issue
Block a user