Small updates.

This commit is contained in:
Ottermandias 2024-06-02 01:03:51 +02:00
parent 3b26e97231
commit 3deda68eec
9 changed files with 21 additions and 25 deletions

View file

@ -158,7 +158,7 @@ public class ResourceTreeViewer
ImGui.SetNextItemWidth(fieldWidth);
filterChanged |= ImGui.InputTextWithHint("##NodeFilter", "Filter by Item/Part Name or Path...", ref _nodeFilter, 128);
ImGui.SameLine(0, checkSpacing);
_incognito.DrawToggle();
_incognito.DrawToggle(ImGui.GetFrameHeightWithSpacing());
if (filterChanged)
_filterCache.Clear();