mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2025-12-12 16:08:52 +01:00
brightness_page, bug
This commit is contained in:
parent
757741a362
commit
d596d71cbb
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user