Skip to content

Commit 80b1e31

Browse files
committed
fix/startu/dial: account display is incomplete
Signed-off-by: lbuque <[email protected]>
1 parent d1a35e6 commit 80b1e31

File tree

1 file changed

+2
-2
lines changed
  • m5stack/modules/startup/dial/apps

1 file changed

+2
-2
lines changed

m5stack/modules/startup/dial/apps/dev.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ def on_view(self):
6767
self._account_label = Label(
6868
"XXABC",
6969
55,
70-
181,
70+
176,
7171
w=100,
72-
h=30,
72+
h=40,
7373
fg_color=0x000000,
7474
bg_color=0xFEFEFE,
7575
font=MontserratMedium18,

0 commit comments

Comments
 (0)