Skip to content

Commit

Permalink
Logger: use less vertical space
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed May 14, 2024
1 parent 05a2472 commit 4da45da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/hello_imgui/internal/imguial_term.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,8 @@ int ImGuiAl::Log::draw(ImVec2 const& size)
if (ImGui::Button("Clear##LogsClear"))
clear();

ImGui::SameLine();
ImGui::SetNextItemWidth(ImGui::GetFontSize() * 15.f);
_filter.Draw(_filterLabel);
}

Expand Down

0 comments on commit 4da45da

Please sign in to comment.