词典控件排版微调,键盘透明度降低

This commit is contained in:
MrZ626
2020-10-12 21:45:00 +08:00
parent 4ac98ca3e3
commit 652c8995fc
3 changed files with 10 additions and 10 deletions

View File

@@ -425,7 +425,7 @@ function keyboard:draw()
local x,y,w,h=self.x,self.y,self.w,self.h
gc.translate(x,y)
gc.setColor(0,0,0,.4)
gc.setColor(.2,.2,.2,.75)
gc.rectangle("fill",0,0,w,h)
gc.setColor(1,1,1)