mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-03-21 03:12:37 +01:00
brightness_page, bug
This commit is contained in:
@@ -142,7 +142,7 @@ func (self *BSlider) Init() {
|
|||||||
self.Height = self.Parent.Height
|
self.Height = self.Parent.Height
|
||||||
|
|
||||||
self.BGpng = NewSliderIcon()
|
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.MyType = UI.ICON_TYPES["STAT"]
|
||||||
self.BGpng.Parent = self
|
self.BGpng.Parent = self
|
||||||
self.BGpng.Adjust(0,0,self.BGwidth,self.BGheight,0)
|
self.BGpng.Adjust(0,0,self.BGwidth,self.BGheight,0)
|
||||||
|
|||||||
Reference in New Issue
Block a user