Skip to content

Commit 10c67dc

Browse files
committed
modules/startup/cardputer: ICO coordinate error.
Signed-off-by: lbuque <[email protected]>
1 parent b19821f commit 10c67dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

m5stack/modules/startup/cardputer/apps/app_list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def on_view(self):
146146
self._imgs.append(self._img2)
147147

148148
self._ico2 = Image(use_sprite=False)
149-
self._ico2.set_pos(7, 101)
149+
self._ico2.set_pos(9, 101)
150150
self._ico2.set_size(26, 26)
151151
self._icos.append(self._ico2)
152152

0 commit comments

Comments
 (0)