From f64bf2bc27e1631cd6317719017c08c9fc1466bd Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Tue, 15 Sep 2020 11:04:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=99=9A=E6=8B=9F=E6=8C=89=E9=94=AE=E6=9C=80?= =?UTF-8?q?=E5=A4=A7=E5=B0=BA=E5=AF=B8=E5=A2=9E=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zframework/widgetList.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Zframework/widgetList.lua b/Zframework/widgetList.lua index d738846f..214dfc44 100644 --- a/Zframework/widgetList.lua +++ b/Zframework/widgetList.lua @@ -401,13 +401,13 @@ local Widgets={ SCN.go("setting_touchSwitch") end}), newButton({name="back", x=760,y=180,w=200,h=80,color="white",font=35,code=BACK}), - newSlider({name="size", x=450,y=265,w=460,unit=14,font=40,show="vkSize", + newSlider({name="size", x=450,y=265,w=460,unit=19,font=40,show="vkSize", disp=function() return VK_org[sceneTemp.sel].r/10-1 end, code=function(v) if sceneTemp.sel then - VK_org[sceneTemp.sel].r=10+v*10 + VK_org[sceneTemp.sel].r=(v+1)*10 end end, hide=function()