Minor changes in VIetnamese translation (#1020)

* Update

* Minor changes
This commit is contained in:
C6H12O6 + NaCl + H2O
2023-10-21 22:57:42 +07:00
committed by GitHub
parent 86c673ee51
commit e1a9222b1f
5 changed files with 30 additions and 29 deletions

View File

@@ -86,7 +86,7 @@ local function _sliderShow(S)
return S.."F "..math.floor(S*16.67).."ms"
end
scene.widgetList={
WIDGET.newText{name='title', x=100, y=50,lim=500,font=70,align='L'},
WIDGET.newText{name='title', x=100, y=50,lim=626,font=70,align='L'},
WIDGET.newText{name='preview', x=520, y=610,font=40,align='R'},
WIDGET.newSlider{name='das', x=250, y=190,lim=230,w=600,axis={0,20,1},disp=SETval('das'), show=_sliderShow,code=SETsto('das')},