Skip to content

Commit

Permalink
Adjust position of unread messages
Browse files Browse the repository at this point in the history
  • Loading branch information
AntlerForce committed Sep 18, 2024
1 parent dea6ae0 commit 00947fa
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 00947fa

Please sign in to comment.