1
0
Fork 0
Browse Source

change app. window to acrylic brush.

pull/6/head
Craig Oates 4 years ago
parent
commit
e316c40e1a
  1. 4
      src/EyesAndEars.UWP/EyesAndEars.UWP/MainPage.xaml

4
src/EyesAndEars.UWP/EyesAndEars.UWP/MainPage.xaml

@ -6,7 +6,7 @@
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
Background="{ThemeResource SystemControlAcrylicWindowBrush}">
<Grid Margin="12">
@ -34,7 +34,7 @@
</StackPanel>
</StackPanel>
<Grid Grid.Row="1" Background="White" Margin="0,12">
<Grid Grid.Row="1" Margin="0,12">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="Auto"/>