Skip to content

Commit

Permalink
Fix spectate.lua (#5300)
Browse files Browse the repository at this point in the history
fix the follow panel hitbox
  • Loading branch information
realSquidCoder authored Feb 23, 2025
1 parent 7b57265 commit d05b2df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/lua/spectate.lua
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ function FollowPanelOverlay:init()
on_click=spectate_followNext,
},
widgets.Label{
frame={l=10, t=0, w=25},
frame={l=10, t=0, w=14},
text={
' spectate:',
{text=function() return isEnabled() and ' on ' or 'off ' end,
Expand Down

0 comments on commit d05b2df

Please sign in to comment.