Skip to content

Commit

Permalink
fix invite layout broken
Browse files Browse the repository at this point in the history
  • Loading branch information
Mintraspberry Cool committed Nov 16, 2024
1 parent 104ddb3 commit 51a415e
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions ui/invite_screen.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@
{
"namespace": "invite",

// Fix layout on v1.21.44
"online_xbox_live_friend_list_grid": {
"grid_item_template": "invite.online_xbox_live_friend_grid_item"
},

"offline_xbox_live_friend_list_grid": {
"grid_item_template": "invite.offline_xbox_live_friend_grid_item"
},

"online_platform_friend_list_grid": {
"grid_item_template": "invite.online_platform_friend_grid_item"
},

"offline_platform_friend_list_grid": {
"grid_item_template": "invite.offline_platform_friend_grid_item"
},

"online_linked_account_friend_list_grid": {
"grid_item_template": "invite.online_linked_account_friend_grid_item"
},

"offline_linked_account_friend_list_grid": {
"grid_item_template": "invite.offline_linked_account_friend_grid_item"
},

"msa_friend_button_layout/friend_grid_label_layout/spacer_01": {
"size": [ "100%", 1.5 ]
},
Expand Down

0 comments on commit 51a415e

Please sign in to comment.