Enable full-width option and set max width to medium

This commit is contained in:
Thorsten Sommer 2026-04-10 15:38:59 +02:00
parent e5e00bdd45
commit bfa9a764f2
No known key found for this signature in database
GPG Key ID: B0B7E2FC074BF1F5

View File

@ -19,5 +19,6 @@ public static class DialogOptions
{
BackdropClick = false,
CloseOnEscapeKey = false,
FullWidth = true, MaxWidth = MaxWidth.Medium,
};
}