mirror of
https://github.com/283375/arcaea-offline-ocr.git
synced 2025-04-11 09:30:17 +00:00
impr: DeviceRoisAuto.clear_status
width
This commit is contained in:
parent
2643b43248
commit
0fbd33645b
@ -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,
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user