GUI: added GUI scale support for ability choice dialog (related to #12155, #969)

This commit is contained in:
Oleg Agafonov 2024-07-27 11:58:35 +04:00
parent 2bf6e3e3a2
commit 21ad11dbdc
6 changed files with 106 additions and 101 deletions

View file

@ -64,7 +64,7 @@ public final class Constants {
public static final String RESOURCE_SYMBOL_FOLDER_PNG = "png";
public enum ResourceSymbolSize {
SMALL,
SMALL, // TODO: delete SMALL, MEDIUM and LARGE as outdated (svg or generated png works fine)
MEDIUM,
LARGE,
SVG,