mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
Reformat code
This commit is contained in:
parent
62af691419
commit
a4a990cf3d
2 changed files with 1 additions and 2 deletions
|
|
@ -362,7 +362,7 @@ internal sealed partial class ActiveNotification
|
|||
|
||||
this.DrawContentBody(textColumnOffset, textColumnWidth);
|
||||
textColumnOffset.Y = ImGui.GetCursorPosY() + NotificationConstants.ScaledComponentGap;
|
||||
|
||||
|
||||
ImGui.SetCursorPos(textColumnOffset);
|
||||
this.InvokeDrawActions(textColumnOffset, new(textColumnX + textColumnWidth, float.MaxValue));
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@ using Dalamud.Plugin.Internal.Types;
|
|||
using Dalamud.Utility;
|
||||
|
||||
using Serilog;
|
||||
using Serilog.Events;
|
||||
|
||||
namespace Dalamud.Interface.ImGuiNotification.Internal;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue