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

Merge pull request #1438 from LmeSzinc/bug_fix

Fix: [TW] queue_status_grids (fixed #1432)
This commit is contained in:
LmeSzinc
2022-07-29 02:03:05 +08:00
committed by GitHub

View File

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