brightness_page, bug

This commit is contained in:
cuu 2018-12-06 11:45:45 +08:00
parent 757741a362
commit d596d71cbb

View File

@ -142,7 +142,7 @@ func (self *BSlider) Init() {
self.Height = self.Parent.Height
self.BGpng = NewSliderIcon()
self.BGpng.ImgSurf = UI.MyIconPool.GetImgSurf("vol")
self.BGpng.ImgSurf = UI.MyIconPool.GetImgSurf("light")
self.BGpng.MyType = UI.ICON_TYPES["STAT"]
self.BGpng.Parent = self
self.BGpng.Adjust(0,0,self.BGwidth,self.BGheight,0)