From b0092a4688e666e6fa7a4004b8ae873eaf492840 Mon Sep 17 00:00:00 2001 From: Petr Ohlidal Date: Mon, 23 Sep 2024 00:28:24 +0200 Subject: [PATCH] T Panel/Basic tab: fixed labels cut off (narrow column) --- source/main/gui/panels/GUI_VehicleInfoTPanel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/main/gui/panels/GUI_VehicleInfoTPanel.cpp b/source/main/gui/panels/GUI_VehicleInfoTPanel.cpp index b68e8d850e..5ab5cd2f04 100644 --- a/source/main/gui/panels/GUI_VehicleInfoTPanel.cpp +++ b/source/main/gui/panels/GUI_VehicleInfoTPanel.cpp @@ -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);