Browse Source

brightness_page, bug

cuu 5 years ago
parent
commit
d596d71cbb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Menu/GameShell/10_Settings/Brightness/brightness_page.go

+ 1 - 1
Menu/GameShell/10_Settings/Brightness/brightness_page.go

@@ -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)