mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-03-19 02:12:46 +01:00
update bug fix
This commit is contained in:
@@ -84,7 +84,7 @@ func (self *ConfirmPage) Reset() {
|
||||
x,y := self.MyList[0].Coord()
|
||||
w,h := self.MyList[0].Size()
|
||||
|
||||
self.MyList[0].NewCoord( (self.Width - w)/2, (self.Width - h)/2)
|
||||
self.MyList[0].NewCoord( (self.Width - w)/2, (self.Height - h)/2)
|
||||
|
||||
x,y = self.MyList[0].Coord()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user