system/ui: fix wifi network icon resize artifacts (#35440)

fix wifi network icon resize artifacts
This commit is contained in:
Dean Lee
2025-06-04 04:08:10 +08:00
committed by GitHub
parent 10dc40db04
commit da58feb869

View File

@@ -15,7 +15,7 @@ NM_DEVICE_STATE_NEED_AUTH = 60
MIN_PASSWORD_LENGTH = 8
MAX_PASSWORD_LENGTH = 64
ITEM_HEIGHT = 160
ICON_SIZE = 49
ICON_SIZE = 50
STRENGTH_ICONS = [
"icons/wifi_strength_low.png",