Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prefer to use Maui's converter. #1699

Merged
merged 2 commits into from
Jul 28, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: Fix after rebase
  • Loading branch information
nickrandolph committed Jul 28, 2023
commit 016a5cdc0bae1eba8cc4bb3cd227ec6be3cddefb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<utu:NavigationBar Content="{Binding Title}" />

<StackPanel Grid.Row="1">
<embed:UnoMauiHost>
<embed:MauiHost>
<maui:VerticalStackLayout Spacing="10">
<maui:Label
Margin="{embed:MauiThickness Value='0'}"
Expand All @@ -46,7 +46,7 @@
<maui:Label Text="This TextColor should be Purple, using named color" TextColor="{embed:MauiColor Value='Purple'}" />
<maui:Label Text="{embed:MauiResource Key=HelloWorld}" TextColor="{embed:MauiResource Key=DemoColor}" />
</maui:VerticalStackLayout>
</embed:UnoMauiHost>
</embed:MauiHost>
</StackPanel>
</Grid>
</Page>