mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 22:17:22 +01:00
fix code dupe
This commit is contained in:
parent
59ade9dc0c
commit
39aa244a9f
6 changed files with 7 additions and 14 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue