Revision 97076b52
Added by Leszek Koltunski 10 months ago
src/main/java/org/distorted/main/MainSettingsPopup.java | ||
---|---|---|
36 | 36 |
public static final int SORT_AUTHOR = 3; |
37 | 37 |
public static final int SORT_YEAR = 4; |
38 | 38 |
|
39 |
public static final int SORT_DEFAULT = SORT_CLASSIC;
|
|
39 |
public static final int SORT_DEFAULT = SORT_SHAPE;
|
|
40 | 40 |
|
41 | 41 |
private static final float MENU_TITLE_SIZE= 0.070f; |
42 | 42 |
private static final float MENU_TEXT_SIZE = 0.060f; |
Also available in: Unified diff
make SORT_SHAPE the default