mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-03-23 20:32:57 +01:00
next is keyboard bugs
This commit is contained in:
@@ -61,7 +61,7 @@ func (self *InfoPageListItem) Draw() {
|
||||
x,_ = self.Labels["Small"].Coord()
|
||||
w,h = self.Labels["Small"].Size()
|
||||
|
||||
self.Labels["Small"].NewCoord( self.Width - w + 5 , self.PosY + (self.Height - h)/2 )
|
||||
self.Labels["Small"].NewCoord( self.Width - w - 5 , self.PosY + (self.Height - h)/2 )
|
||||
self.Labels["Small"].Draw()
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user