Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit11590c2

Browse files
Move wifi icon to the right
1 parent65d5d65 commit11590c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎internal_filesystem/lib/mpos/ui/__init__.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def create_notification_bar():
178178
# WiFi icon
179179
wifi_icon=lv.label(notification_bar)
180180
wifi_icon.set_text(lv.SYMBOL.WIFI)
181-
wifi_icon.align_to(battery_icon,lv.ALIGN.OUT_LEFT_MID,-mpos.ui.pct_of_display_width(7),0)
181+
wifi_icon.align_to(battery_icon,lv.ALIGN.OUT_LEFT_MID,-mpos.ui.pct_of_display_width(1),0)
182182
wifi_icon.add_flag(lv.obj.FLAG.HIDDEN)
183183
# Update time
184184
importtime

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp