Skip to content

Commit

Permalink
alligned buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
tritonas00 committed Jun 12, 2021
1 parent c82b864 commit df7c6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/main/gui/panels/GUI_TopMenubar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ void TopMenubar::DrawMpUserToActorList(RoRnet::UserInfo &user)
}
else // Our actor(s)
{
std::string text_buf_rem = fmt::format("X ##[{}]", i);
std::string text_buf_rem = fmt::format(" X ##[{}]", i);
ImGui::PushStyleColor(ImGuiCol_Text, RED_TEXT);
if (ImGui::Button(text_buf_rem.c_str()))
{
Expand Down

0 comments on commit df7c6aa

Please # to comment.