diff --git a/src/SharpIDE.Godot/Features/SlnPicker/PreviousSlnEntry.cs b/src/SharpIDE.Godot/Features/SlnPicker/PreviousSlnEntry.cs index 39b0b3a..48d6502 100644 --- a/src/SharpIDE.Godot/Features/SlnPicker/PreviousSlnEntry.cs +++ b/src/SharpIDE.Godot/Features/SlnPicker/PreviousSlnEntry.cs @@ -3,7 +3,7 @@ using SharpIDE.Godot.Features.IdeSettings; namespace SharpIDE.Godot.Features.SlnPicker; -public partial class PreviousSlnEntry : HBoxContainer +public partial class PreviousSlnEntry : MarginContainer { private Label _slnPathLabel = null!; private Label _slnNameLabel = null!; @@ -16,7 +16,7 @@ public partial class PreviousSlnEntry : HBoxContainer if (RecentSln is null) return; _slnNameLabel = GetNode