Skip to content

Commit

Permalink
Merge pull request #208 from MicrosoftEdge/user/pieths-ms/update-uwp-…
Browse files Browse the repository at this point in the history
…sample-app-theme

Remove hard coded colors in the WebView2 UWP sample app.
  • Loading branch information
pieths-ms authored Sep 18, 2023
2 parents 4f28fa3 + b903475 commit a9d7246
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SampleApps/webview2_sample_uwp/Pages/Browser.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ found in the LICENSE file.-->
<RowDefinition Height="50"/>
</Grid.RowDefinitions>

<Grid Grid.Row="0" Background="LightGray">
<Grid Grid.Row="0">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="Auto"/>
<ColumnDefinition Width="Auto"/>
Expand All @@ -43,7 +43,7 @@ found in the LICENSE file.-->

<controls:WebView2 x:Name="WebView2" Grid.Row="1"/>

<Rectangle Grid.Row="2" Fill="LightGray"/>
<Rectangle Grid.Row="2"/>
<TextBlock x:Name="StatusBar" Text="WebView2" VerticalAlignment="Center" Grid.Row="2" Margin="10,0,10,0"/>
</Grid>
</local:BasePage>

0 comments on commit a9d7246

Please sign in to comment.