mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 15:36:59 +08:00
Fix: Guild side bar and equipment side bar
Reverted to the original ones, they are different from page_build
This commit is contained in:
@@ -87,8 +87,8 @@ class Equipment(UI):
|
||||
detail.
|
||||
"""
|
||||
equip_side_navbar = ButtonGrid(
|
||||
origin=(21, 126), delta=(0, 98),
|
||||
button_shape=(60, 80), grid_shape=(1, 5),
|
||||
origin=(21, 118), delta=(0, 94.5),
|
||||
button_shape=(60, 75), grid_shape=(1, 5),
|
||||
name='EQUIPMENT_SIDE_NAVBAR')
|
||||
|
||||
return Navbar(grids=equip_side_navbar,
|
||||
|
||||
@@ -26,8 +26,8 @@ class GuildBase(UI):
|
||||
operations.
|
||||
"""
|
||||
guild_side_navbar = ButtonGrid(
|
||||
origin=(21, 126), delta=(0, 98),
|
||||
button_shape=(60, 80), grid_shape=(1, 5),
|
||||
origin=(21, 118), delta=(0, 94.5),
|
||||
button_shape=(60, 75), grid_shape=(1, 6),
|
||||
name='GUILD_SIDE_NAVBAR')
|
||||
|
||||
return Navbar(grids=guild_side_navbar,
|
||||
|
||||
Reference in New Issue
Block a user