Skip to content

Commit

Permalink
fixed space
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoo-msft committed Feb 2, 2024
1 parent f659bb2 commit d5a17e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/uwp/SharedObjectModel/lib/AdaptiveCarousel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ namespace winrt::AdaptiveCards::ObjectModel::Xaml_OM::implementation
carousel->SetOrientation(static_cast<::AdaptiveCards::CarouselOrientation>(Orientation.get()));
carousel->SetTimer(Timer);
carousel->SetHeightInPixels(HeightInPixels);
carousel->SetInitialPage(InitialPage);
carousel->SetInitialPage(InitialPage);
carousel->setAutoLoop(AutoLoop);
carousel->SetBleed(Bleed);
carousel->SetMinHeight(MinHeight);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace winrt::AdaptiveCards::Rendering::Xaml_Rendering::implementation
{
// Carousel Page is just a Container
// Added the renderer here anyway for future bifurcation
auto containerRenderer = renderContext.ElementRenderers().Get(L"Container");
auto containerRenderer = renderContext.ElementRenderers().Get(L"Container");
return containerRenderer.Render(cardElement, renderContext, renderArgs);
}
}

0 comments on commit d5a17e9

Please sign in to comment.