Skip to content

Commit

Permalink
T Panel/Basic tab: fixed labels cut off (narrow column)
Browse files Browse the repository at this point in the history
  • Loading branch information
ohlidalp committed Sep 22, 2024
1 parent af16658 commit b0092a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/main/gui/panels/GUI_VehicleInfoTPanel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,7 @@ void VehicleInfoTPanel::DrawVehicleBasicsUI(RoR::GfxActor* actorx)
}

ImGui::Columns(2, "TPanelMainControls");
ImGui::SetColumnWidth(0, 165.f);

ImGui::TextDisabled("Simulation:"); ImGui::NextColumn(); ImGui::NextColumn();
this->DrawRepairButton(actorx);
Expand Down

0 comments on commit b0092a4

Please sign in to comment.