From 95387464bdbace3336e9fe303b4072bebb57387f Mon Sep 17 00:00:00 2001 From: cuu Date: Fri, 21 Dec 2018 21:37:03 +0800 Subject: [PATCH] cut smalltext in bluetooth infopage --- Menu/GameShell/10_Settings/Bluetooth/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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