sln explorer styling

This commit is contained in:
Matt Parker
2025-09-12 21:52:48 +10:00
parent 4969869336
commit b1e7294886
2 changed files with 3 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ using SharpIDE.Application.Features.SolutionDiscovery.VsPersistence;
namespace SharpIDE.Godot.Features.SolutionExplorer;
public partial class SolutionExplorerPanel : Panel
public partial class SolutionExplorerPanel : MarginContainer
{
[Signal]
public delegate void FileSelectedEventHandler(SharpIdeFileGodotContainer file);