diff --git a/Menu/GameShell/10_Settings/Bluetooth/__init__.py b/Menu/GameShell/10_Settings/Bluetooth/__init__.py index 73b0944..3c67acf 100644 --- a/Menu/GameShell/10_Settings/Bluetooth/__init__.py +++ b/Menu/GameShell/10_Settings/Bluetooth/__init__.py @@ -145,7 +145,7 @@ class BleInfoPage(Page): li = InfoPageListItem() li._Parent = self li._PosX = start_x - li._PosY = start_y + counter*InfoPageListItem._Height + li._PosY = start_y + i*InfoPageListItem._Height li._Width = Width li._Fonts["normal"] = self._ListFontObj