Skip to content

Commit

Permalink
Improved CC backlog hoverbounds
Browse files Browse the repository at this point in the history
  • Loading branch information
PringlesGang committed Sep 29, 2024
1 parent 35ac24b commit ec5f58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profiles/cc/hud/backlogmenu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ root.BacklogMenu = {

MenuMask = "MenuMask",
BacklogMask = "BacklogMask",
HoverBounds = { X = 0, Y = 145, Width = 1920, Height = 821 },
HoverBounds = { X = 380, Y = 145, Width = 1230, Height = 820 },

SWsetRevMesStartingValue = 131072
};
Expand Down

0 comments on commit ec5f58a

Please sign in to comment.