mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
minor text fix when choosing card sizes
This commit is contained in:
@@ -1228,7 +1228,7 @@ public class GuiHomeScreen {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void doCardSize() {
|
private void doCardSize() {
|
||||||
final String[] keys = { "Tiny", "Smaller", "Small", "Medium", "Large(default)", "Huge" };
|
final String[] keys = { "Tiny", "Smaller", "Small", "Medium", "Large (default)", "Huge" };
|
||||||
final int[] widths = { 52, 80, 120, 200, 300, 400 };
|
final int[] widths = { 52, 80, 120, 200, 300, 400 };
|
||||||
final int[] heights = { 50, 59, 88, 98, 130, 168 };
|
final int[] heights = { 50, 59, 88, 98, 130, 168 };
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user