mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
Adjust column count
This commit is contained in:
@@ -64,7 +64,7 @@ public class ConquestRewardDialog extends FScrollPane {
|
||||
if (Forge.extrawide.equals("default"))
|
||||
columnCount = 2;
|
||||
else {
|
||||
if(cardCount == 4)
|
||||
if (cardCount == 4)
|
||||
columnCount = 4;
|
||||
else
|
||||
columnCount = 3;
|
||||
|
||||
Reference in New Issue
Block a user