1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 16:47:03 +08:00

Fix: [JP] queue_status_grids

This commit is contained in:
LmeSzinc
2022-07-22 14:18:10 +08:00
parent 910d0251b0
commit b4e3388125

View File

@@ -53,7 +53,7 @@ class ResearchQueue(ResearchUI):
Status icons on the left
"""
return ButtonGrid(
origin=(8, 259), delta=(0, 40.5), button_shape=(25, 25), grid_shape=(1, 5), name='QUEUE_STATUS')
origin=(18, 259), delta=(0, 40.5), button_shape=(25, 25), grid_shape=(1, 5), name='QUEUE_STATUS')
@cached_property
@Config.when(SERVER=None)