Fix: Check the last appear area of assignment started popup

This commit is contained in:
LmeSzinc 2024-05-21 02:30:46 +08:00
parent c43a0837c4
commit 83333a8a63
3 changed files with 8 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

View File

@ -43,17 +43,17 @@ ASSIGNMENT_STARTED_CHECK = ButtonWrapper(
share=[
Button(
file='./assets/share/assignment/dispatch/ASSIGNMENT_STARTED_CHECK.png',
area=(542, 412, 1156, 422),
search=(522, 392, 1176, 442),
color=(232, 230, 226),
button=(542, 412, 1156, 422),
area=(509, 317, 525, 383),
search=(489, 297, 545, 403),
color=(231, 231, 225),
button=(509, 317, 525, 383),
),
Button(
file='./assets/share/assignment/dispatch/ASSIGNMENT_STARTED_CHECK.2.png',
area=(542, 412, 1156, 422),
search=(522, 392, 1176, 442),
color=(254, 244, 221),
button=(542, 412, 1156, 422),
area=(508, 316, 526, 384),
search=(488, 296, 546, 404),
color=(225, 217, 196),
button=(508, 316, 526, 384),
),
],
)