mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08:04 +08:00
Fix: DETAIL_SIDE_NAVBAR bump up threshold for NavBar get_info
This commit is contained in:
parent
308846983a
commit
60677a922b
@ -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')
|
||||
|
||||
return Navbar(grids=equip_side_navbar,
|
||||
active_color=(247, 255, 173),
|
||||
inactive_color=(140, 162, 181))
|
||||
active_color=(247, 255, 173), active_threshold=221,
|
||||
inactive_color=(140, 162, 181), inactive_threshold=221)
|
||||
|
||||
def equip_side_navbar_ensure(self, upper=None, bottom=None):
|
||||
"""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user