Skip to content

Commit fffe69c

Browse files
committed
Try again.
1 parent 3617ec9 commit fffe69c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SquadMgr/SquadMgr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ void CSquadMgr::Render()
497497
RenderSpecIcon(sz, player.Member.Profession, player.Member.EliteSpecialization);
498498
ImGui::SameLine();
499499
float chnameWidth = ImGui::CalcTextSize(player.Member.CharacterName).x;
500-
ImGui::PushItemWidth(max(ImGui::CalcTextSize("## Subgroup ##").x, chnameWidth));
500+
ImGui::PushItemWidth(max(ImGui::CalcTextSize("xx Subgroup xx").x, chnameWidth));
501501
ImGui::Text(player.Member.CharacterName);
502502
PlayerLeftTooltip(player.HasLeft, secondsSinceLeft);
503503

0 commit comments

Comments
 (0)