From d596d71cbbe30691e62f9f84b2769067713f8fee Mon Sep 17 00:00:00 2001 From: cuu Date: Thu, 6 Dec 2018 11:45:45 +0800 Subject: [PATCH] brightness_page, bug --- Menu/GameShell/10_Settings/Brightness/brightness_page.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Menu/GameShell/10_Settings/Brightness/brightness_page.go b/Menu/GameShell/10_Settings/Brightness/brightness_page.go index f597edd..defe101 100644 --- a/Menu/GameShell/10_Settings/Brightness/brightness_page.go +++ b/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)