align names and squares, order the rainbow names again and let cursor size be 0.1x min

This commit is contained in:
yugecin
2017-03-30 01:20:17 +02:00
parent 5f334ca4cb
commit 9d9f2df5d8
3 changed files with 12 additions and 4 deletions

View File

@@ -358,7 +358,7 @@ public class Options {
}
};
public static final NumericOption OPTION_CURSOR_SIZE = new NumericOption("Size", "CursorSize", "Change the cursor scale.", 100, 50, 200) {
public static final NumericOption OPTION_CURSOR_SIZE = new NumericOption("Size", "CursorSize", "Change the cursor scale.", 100, 10, 200) {
@Override
public String getValueString () {
return String.format("%.2fx", val / 100f);