Skip to content

Commit 12a3c77

Browse files
committed
Demo: Minor tweak to angled headers demo.
1 parent f96c544 commit 12a3c77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

imgui_demo.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5209,6 +5209,7 @@ static void ShowDemoWindowTables()
52095209
ImGui::CheckboxFlags("_HighlightHoveredColumn", &table_flags, ImGuiTableFlags_HighlightHoveredColumn);
52105210
ImGui::SetNextItemWidth(ImGui::GetFontSize() * 8);
52115211
ImGui::SliderInt("Frozen columns", &frozen_cols, 0, 2);
5212+
ImGui::SetNextItemWidth(ImGui::GetFontSize() * 8);
52125213
ImGui::SliderInt("Frozen rows", &frozen_rows, 0, 2);
52135214

52145215
if (ImGui::BeginTable("table_angled_headers", columns_count, table_flags, ImVec2(0.0f, TEXT_BASE_HEIGHT * 12)))

0 commit comments

Comments
 (0)