Skip to content

Commit

Permalink
Fix widget after Dock changes
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-r-g committed Dec 1, 2022
1 parent 3bd9d84 commit 72dcfe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/ProjectDiagnostics.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace Gooman.Tools.ProjectDiagnostics;
/// <summary>
/// An improved version of the default Sbox error list.
/// </summary>
[Dock( "Editor", "Project Diagnostics", "report", DockArea = DockArea.Bottom )]
[Dock( "Editor", "Project Diagnostics", "report" )]
public sealed class ProjectDiagnostics : Widget
{
/// <summary>
Expand Down

0 comments on commit 72dcfe2

Please sign in to comment.