impr: DeviceRoisAuto.clear_status width

This commit is contained in:
283375 2023-10-28 22:22:04 +08:00
parent 2643b43248
commit 0fbd33645b
Signed by: 283375
SSH Key Fingerprint: SHA256:UcX0qg6ZOSDOeieKPGokA5h7soykG61nz2uxuQgVLSk

View File

@ -120,7 +120,7 @@ class DeviceRoisAutoT1(DeviceRoisAuto):
return (
self.w_mid - w / 2,
self.layout_area_h_mid - 155 * self.factor - h,
w,
w * 0.4,
h,
)
@ -244,7 +244,7 @@ class DeviceRoisAutoT2(DeviceRoisAuto):
return (
self.w_mid - w / 2,
self.layout_area_h_mid - 235 * self.factor - h,
w,
w * 0.4,
h,
)