Skip to content

Commit

Permalink
Manager: Remove empty space in the debug data dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
Sejsel committed Jul 8, 2021
1 parent ee774ef commit 8fe1aeb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ArcdpsLogManager/Sections/DebugData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ public LogData LogData
{
layout.Add(null);
layout.Add(null, true);
layout.Add(null);
}
layout.EndHorizontal();
layout.AddRow("File name", logData.FileInfo.Name);
Expand Down

0 comments on commit 8fe1aeb

Please sign in to comment.