add seperator stying

This commit is contained in:
TheXamlGuy
2024-01-10 20:25:58 +00:00
parent d6df6c5eb9
commit 56c4e6883e
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ public partial class App :
IEnumerable<IWidgetViewModel> viewModels)
{
yield return (WidgetContainerViewModel)ActivatorUtilities.CreateInstance(widgetContext.ServiceProvider,
typeof(WidgetContainerViewModel), viewModels, index % 2 == 0);
typeof(WidgetContainerViewModel), viewModels, index % 2 == 1);
index++;
}