Missing maui compliance

This commit is contained in:
2026-01-17 03:45:05 +00:00
parent a367365ce5
commit f62d4aa5f2
8 changed files with 132 additions and 135 deletions

View File

@@ -194,7 +194,7 @@ public static class LinuxProgramHost
Spacing = 15,
BackgroundColor = Color.FromRgb(0xF5, 0xF5, 0xF5)
};
root.Padding = new SKRect(20, 20, 20, 20);
root.Padding = new Thickness(20, 20, 20, 20);
// ========== TITLE ==========
root.AddChild(new SkiaLabel