File tree Expand file tree Collapse file tree
openpilot/tools/cabana/ui/widgets Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -365,8 +365,8 @@ void MessagesWidget::drawTable() {
365365 const bool multiple_lines = settings.multiple_lines_hex ;
366366
367367 const ImGuiTableFlags flags = ImGuiTableFlags_Sortable | ImGuiTableFlags_Resizable | ImGuiTableFlags_Reorderable |
368- ImGuiTableFlags_ScrollX | ImGuiTableFlags_ScrollY | ImGuiTableFlags_Borders |
369- ImGuiTableFlags_Hideable;
368+ ImGuiTableFlags_ScrollX | ImGuiTableFlags_ScrollY | ImGuiTableFlags_BordersInner |
369+ ImGuiTableFlags_Hideable | ImGuiTableFlags_PadOuterX ;
370370 // with ScrollX a stretch column needs an explicit inner width
371371 const float bytes_width = bytesCellSize (bytes_section_bytes_, multiple_lines).x ;
372372 const float avail_width = ImGui::GetContentRegionAvail ().x - (has_scrollbar_y_ ? ImGui::GetStyle ().ScrollbarSize : 0 );
You can’t perform that action at this time.
0 commit comments