mirror of
https://github.com/283375/arcaea-offline-ocr.git
synced 2025-04-18 13:00:18 +00:00
impr: DeviceRoisAuto.clear_status
width
This commit is contained in:
parent
2643b43248
commit
0fbd33645b
@ -120,7 +120,7 @@ class DeviceRoisAutoT1(DeviceRoisAuto):
|
|||||||
return (
|
return (
|
||||||
self.w_mid - w / 2,
|
self.w_mid - w / 2,
|
||||||
self.layout_area_h_mid - 155 * self.factor - h,
|
self.layout_area_h_mid - 155 * self.factor - h,
|
||||||
w,
|
w * 0.4,
|
||||||
h,
|
h,
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -244,7 +244,7 @@ class DeviceRoisAutoT2(DeviceRoisAuto):
|
|||||||
return (
|
return (
|
||||||
self.w_mid - w / 2,
|
self.w_mid - w / 2,
|
||||||
self.layout_area_h_mid - 235 * self.factor - h,
|
self.layout_area_h_mid - 235 * self.factor - h,
|
||||||
w,
|
w * 0.4,
|
||||||
h,
|
h,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user