mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-06 07:49:05 +08:00
Fix: DETAIL_SIDE_NAVBAR bump up threshold for NavBar get_info
This commit is contained in:
@@ -97,8 +97,8 @@ class Equipment(UI):
|
|||||||
origin=(21, 118), delta=(0, 94.5), button_shape=(60, 75), grid_shape=(1, 5), name='DETAIL_SIDE_NAVBAR')
|
origin=(21, 118), delta=(0, 94.5), button_shape=(60, 75), grid_shape=(1, 5), name='DETAIL_SIDE_NAVBAR')
|
||||||
|
|
||||||
return Navbar(grids=equip_side_navbar,
|
return Navbar(grids=equip_side_navbar,
|
||||||
active_color=(247, 255, 173),
|
active_color=(247, 255, 173), active_threshold=221,
|
||||||
inactive_color=(140, 162, 181))
|
inactive_color=(140, 162, 181), inactive_threshold=221)
|
||||||
|
|
||||||
def equip_side_navbar_ensure(self, upper=None, bottom=None):
|
def equip_side_navbar_ensure(self, upper=None, bottom=None):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user