Skip to content

Commit

Permalink
Merge pull request #769 from AntlerForce/master
Browse files Browse the repository at this point in the history
Adjust position of unread messages
  • Loading branch information
AntlerForce authored Sep 18, 2024
2 parents ac0f008 + 00947fa commit 87f8d29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LuaMenu/widgets/chobby/components/chat_windows.lua
Original file line number Diff line number Diff line change
Expand Up @@ -572,8 +572,8 @@ function ChatWindows:SetTabBadge(tabName, text)
local badge = ctrl._badge
if not ctrl._badge then
ctrl._badge = Label:New {
y = -36,
right = 5,
y = -37,
right = 0,
width = 14,
height = 12,
caption = text,
Expand Down

0 comments on commit 87f8d29

Please sign in to comment.