mirror of
https://github.com/clockworkpi/launcher.git
synced 2026-03-28 14:52:52 +01:00
cut smalltext in bluetooth infopage
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user