You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -62,9 +57,9 @@ public static MenuAlignmentOption MenuAlignment
62
57
// so (re)set it to be left aligned.
63
58
_alignment=MenuAlignmentOption.Left;
64
59
65
-
// In case the value was being changed to be right aligned, throw an exception so the resource can handle this and notify the user properly.
60
+
// In case the value was being changed to be right aligned, notify the user properly.
66
61
if(value==MenuAlignmentOption.Right)
67
-
thrownewAspectRatioException("Right aligned menus are not supported for aspect ratios 17:9 or 21:9.");
62
+
Debug.WriteLine($"[MenuAPI ({GetCurrentResourceName()})] Warning: Right aligned menus are not supported for aspect ratios 17:9 or 21:9, left aligned will be used instead.");
0 commit comments