fix terminal font

This commit is contained in:
Matt Parker
2025-09-13 10:57:45 +10:00
parent c94953e144
commit d4c26f0ad5
5 changed files with 79 additions and 19 deletions

View File

@@ -4,7 +4,7 @@ using SharpIDE.Godot.Features.Problems;
namespace SharpIDE.Godot.Features.BottomPanel;
public partial class BottomPanelManager : Panel
public partial class BottomPanelManager : MarginContainer
{
public SharpIdeSolutionModel? Solution
{