1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-11 00:04:24 +00:00

Debug Tools: Tweaked font preview + indent "Glyphs" block.

This commit is contained in:
ocornut 2025-01-22 16:56:18 +01:00
parent 6906ac979e
commit 71da34c48c
2 changed files with 57 additions and 47 deletions

View file

@ -73,6 +73,7 @@ Other changes:
for rounded tabs. Reduced default thickness (style.TabBarOverlineSize),
increased default rounding (style.TabRounding). (#8334) [@Kian738, @ocornut]
styles as the current look is not right (but ImGuiCol_TabSelectedOverline stays the same).
- Debug Tools: Tweaked font preview.
- Examples: DirectX12: Reduced number of frame in flight from 3 to 2 in
provided example, to reduce latency.
- Examples: Vulkan: better handle VK_SUBOPTIMAL_KHR being returned by