mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-15 03:08:50 +01:00
cut smalltext in bluetooth infopage
This commit is contained in:
parent
fb0e6c00e7
commit
95387464bd
@ -145,7 +145,7 @@ class BleInfoPage(Page):
|
|||||||
li = InfoPageListItem()
|
li = InfoPageListItem()
|
||||||
li._Parent = self
|
li._Parent = self
|
||||||
li._PosX = start_x
|
li._PosX = start_x
|
||||||
li._PosY = start_y + counter*InfoPageListItem._Height
|
li._PosY = start_y + i*InfoPageListItem._Height
|
||||||
li._Width = Width
|
li._Width = Width
|
||||||
li._Fonts["normal"] = self._ListFontObj
|
li._Fonts["normal"] = self._ListFontObj
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user