fix code dupe

This commit is contained in:
rootdarkarchon 2024-03-25 19:34:15 +01:00
parent 59ade9dc0c
commit 39aa244a9f
6 changed files with 7 additions and 14 deletions

View file

@ -98,7 +98,7 @@ public abstract class DrawFolderBase : IDrawFolder
private float DrawRightSideInternal()
{
var barButtonSize = _uiSharedService.IconButtonSize(FontAwesomeIcon.EllipsisV);
var barButtonSize = _uiSharedService.GetIconButtonSize(FontAwesomeIcon.EllipsisV);
var spacingX = ImGui.GetStyle().ItemSpacing.X;
var windowEndX = ImGui.GetWindowContentRegionMin().X + UiSharedService.GetWindowContentRegionWidth();