From ea2db5da95977032a8555549357344a950ee0a06 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Tue, 2 Mar 2021 00:49:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E6=B8=B8=E6=88=8Ften=E5=BE=AE?= =?UTF-8?q?=E8=B0=83ui?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/mg_ten.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parts/scenes/mg_ten.lua b/parts/scenes/mg_ten.lua index f248fcd1..44ef4d9a 100644 --- a/parts/scenes/mg_ten.lua +++ b/parts/scenes/mg_ten.lua @@ -231,7 +231,7 @@ function scene.draw() if state==2 then --Draw no-setting area setColor(1,0,0,.3) - rectangle("fill",15,295,285,70) + rectangle("fill",15,245,285,140) end gc.setLineWidth(10) setColor(1,1,1) @@ -275,7 +275,7 @@ end scene.widgetList={ WIDGET.newButton{name="reset", x=160,y=100,w=180,h=100,color="lGreen",font=40,code=pressKey"r"}, WIDGET.newSwitch{name="next", x=240,y=280,font=40,disp=function()return nexts end,code=pressKey"q",hide=function()return state==1 end}, - WIDGET.newSwitch{name="blind", x=240,y=340,font=40,disp=function()return blind end,code=pressKey"w",hide=function()return state==1 end}, + WIDGET.newSwitch{name="blind", x=240,y=350,font=40,disp=function()return blind end,code=pressKey"w",hide=function()return state==1 end}, WIDGET.newButton{name="back", x=1140,y=640,w=170,h=80,font=40,code=backScene}, }