We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3617ec9 commit fffe69cCopy full SHA for fffe69c
1 file changed
src/SquadMgr/SquadMgr.cpp
@@ -497,7 +497,7 @@ void CSquadMgr::Render()
497
RenderSpecIcon(sz, player.Member.Profession, player.Member.EliteSpecialization);
498
ImGui::SameLine();
499
float chnameWidth = ImGui::CalcTextSize(player.Member.CharacterName).x;
500
- ImGui::PushItemWidth(max(ImGui::CalcTextSize("## Subgroup ##").x, chnameWidth));
+ ImGui::PushItemWidth(max(ImGui::CalcTextSize("xx Subgroup xx").x, chnameWidth));
501
ImGui::Text(player.Member.CharacterName);
502
PlayerLeftTooltip(player.HasLeft, secondsSinceLeft);
503
0 commit comments