diff --git a/LuaMenu/widgets/chobby/components/chat_windows.lua b/LuaMenu/widgets/chobby/components/chat_windows.lua index ebead9d41..c60d2c7d1 100644 --- a/LuaMenu/widgets/chobby/components/chat_windows.lua +++ b/LuaMenu/widgets/chobby/components/chat_windows.lua @@ -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,