mirror of
https://github.com/wolfpld/tracy
synced 2026-01-19 04:52:09 +00:00
Better table sizing flags?
This commit is contained in:
@@ -108,7 +108,7 @@ public:
|
|||||||
char tmp[64];
|
char tmp[64];
|
||||||
sprintf( tmp, "##table%d", idx++ );
|
sprintf( tmp, "##table%d", idx++ );
|
||||||
Separate();
|
Separate();
|
||||||
ImGui::BeginTable( tmp, ((MD_BLOCK_TABLE_DETAIL*)detail)->col_count, ImGuiTableFlags_NoSavedSettings | ImGuiTableFlags_Borders | ImGuiTableFlags_SizingStretchProp );
|
ImGui::BeginTable( tmp, ((MD_BLOCK_TABLE_DETAIL*)detail)->col_count, ImGuiTableFlags_NoSavedSettings | ImGuiTableFlags_Borders | ImGuiTableFlags_SizingStretchSame | ImGuiTableFlags_Resizable );
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case MD_BLOCK_THEAD:
|
case MD_BLOCK_THEAD:
|
||||||
|
|||||||
Reference in New Issue
Block a user