Skip to content

Commit 01adfb9

Browse files
committed
Use SeparatorText() here
1 parent 7e9df0d commit 01adfb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/candlewick/multibody/pinocchio_info_gui.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ void guiAddPinocchioModelInfo(entt::registry &reg, const pin::Model &model,
4242
const float TEXT_BASE_HEIGHT = ImGui::GetTextLineHeightWithSpacing();
4343
ImVec2 outer_size{0.0f, TEXT_BASE_HEIGHT * float(table_height_lines)};
4444

45-
ImGui::Text("Frames");
45+
ImGui::SeparatorText("Frames");
4646
ImGui::Spacing();
4747

4848
if (ImGui::BeginTable("pin_frames_table", 3, flags, outer_size)) {
@@ -65,7 +65,7 @@ void guiAddPinocchioModelInfo(entt::registry &reg, const pin::Model &model,
6565
ImGui::EndTable();
6666
}
6767

68-
ImGui::Text("Geometry model");
68+
ImGui::SeparatorText("Geometry model");
6969
ImGui::Spacing();
7070
ImGui::Text("No. of geometries: %zu", geom_model.ngeoms);
7171

0 commit comments

Comments
 (0)