larger option text in paperwhite

This commit is contained in:
chrox
2012-12-24 16:55:10 +08:00
parent a649301e69
commit 99a7ebaeb6
2 changed files with 6 additions and 3 deletions

View File

@@ -95,7 +95,7 @@ KOPTOptions = {
item_text = {"Aa","Aa","Aa","Aa","Aa","Aa","Aa","Aa","Aa","Aa"},
item_align_center = 1.0,
spacing = Screen:getWidth()*0.03,
item_font_size = {14,16,20,23,26,30,34,38,42,46},
item_font_size = {20,24,28,32,36,38,40,42,46,50},
values = {0.2, 0.3, 0.4, 0.6, 0.8, 1.0, 1.2, 1.6, 2.2, 2.8},
default_value = 1.0,
},
@@ -109,6 +109,7 @@ KOPTOptions = {
name_text = "Contrast",
name_align_right = 0.2,
item_text = {"lightest", "lighter", "default", "darker", "darkest"},
item_font_size = math.floor(18*Screen:getWidth()/600),
item_align_center = 0.8,
values = {2.0, 1.5, 1.0, 0.5, 0.2},
default_value = 1.0,