mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-14 12:44:19 +01:00
Small updates.
This commit is contained in:
parent
3b26e97231
commit
3deda68eec
9 changed files with 21 additions and 25 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue