Skip to content

Commit

Permalink
space between columns
Browse files Browse the repository at this point in the history
Space increased and dynamic between labels in values in the info Device Details
  • Loading branch information
Tamir91 committed Jan 30, 2024
1 parent d58b689 commit 51f2465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/device-model.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2704,7 +2704,7 @@ namespace rs2
ImGui::PushStyleColor(ImGuiCol_FrameBg, sensor_bg);
ImGui::PushStyleColor(ImGuiCol_TextSelectedBg, light_blue);
ImGui::PushStyleColor(ImGuiCol_Text, light_grey);
ImGui::SetCursorPos({ rc.x + 145, rc.y + 1 });
ImGui::SetCursorPos({ rc.x + 9.f * window.get_font_size(), rc.y + 1 });
std::string label = rsutils::string::from() << "##" << id << " " << pair.first;
ImGui::InputText(label.c_str(),
(char*)pair.second.data(),
Expand Down

0 comments on commit 51f2465

Please sign in to comment.