added a 105% key height option
This commit is contained in:
parent
3cda6b9bb3
commit
35c956d50e
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ public class ItemNumpadKeyHeight extends ItemDropDown {
|
|||
options.put((int) Math.round(baseSize * 0.9), "90 %");
|
||||
options.put((int) Math.round(baseSize * 0.95), "95 %");
|
||||
options.put(baseSize, "100 %");
|
||||
options.put((int) Math.round(baseSize * 1.05), "105 %");
|
||||
options.put((int) Math.round(baseSize * 1.1), "110 %");
|
||||
options.put((int) Math.round(baseSize * 1.2), "120 %");
|
||||
options.put((int) Math.round(baseSize * 1.33), "133 %");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue