chore: DeviceV2 better PFL_WIDTH

This commit is contained in:
283375 2023-08-10 01:21:21 +08:00
parent b9583f8c6a
commit cb65b68507

View File

@ -38,7 +38,7 @@ class Sizes:
@property
def PFL_WIDTH(self):
return self.apply_factor(150)
return self.apply_factor(76)
@property
def PFL_FONT_PX(self):