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

fix wifi network icon resize artifacts
pull/35441/head
Dean Lee 3 months ago committed by GitHub
parent 10dc40db04
commit da58feb869
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      system/ui/widgets/network.py

@ -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",

Loading…
Cancel
Save