File tree Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 13
13
d : DesignWidth =" 200"
14
14
mc : Ignorable =" d" >
15
15
<UserControl .Resources>
16
- <StaticResource x : Key =" NavigationViewExpandedPaneBackground" ResourceKey =" SystemControlTransparentBrush" />
16
+ <AcrylicBrush x : Key =" NavigationViewExpandedPaneBackground"
17
+ Windows10version1903 : TintLuminosityOpacity =" 0.9"
18
+ BackgroundSource =" HostBackdrop"
19
+ FallbackColor =" {x:Bind local1:App.AppSettings.AcrylicTheme.FallbackColor, Mode=OneWay}"
20
+ TintColor =" {x:Bind local1:App.AppSettings.AcrylicTheme.TintColor, Mode=OneWay}"
21
+ TintOpacity =" {x:Bind local1:App.AppSettings.AcrylicTheme.TintOpacity, Mode=OneWay}"
22
+ AlwaysUseFallback =" {x:Bind local1:App.AppSettings.AcrylicEnabled, Mode=OneWay}" />
17
23
</UserControl .Resources>
18
24
19
25
<Grid >
Original file line number Diff line number Diff line change 23
23
</Grid .ColumnDefinitions>
24
24
25
25
<Grid >
26
- <Grid .Background>
27
- <AcrylicBrush
28
- Windows10version1903 : TintLuminosityOpacity =" 0.9"
29
- BackgroundSource =" HostBackdrop"
30
- FallbackColor =" {x:Bind local1:App.AppSettings.AcrylicTheme.FallbackColor, Mode=OneWay}"
31
- TintColor =" {x:Bind local1:App.AppSettings.AcrylicTheme.TintColor, Mode=OneWay}"
32
- TintOpacity =" {x:Bind local1:App.AppSettings.AcrylicTheme.TintOpacity, Mode=OneWay}"
33
- AlwaysUseFallback =" {x:Bind local1:App.AppSettings.AcrylicEnabled, Mode=OneWay}" />
34
- </Grid .Background>
35
26
<controls : ModernSidebar x : Name =" SidebarControl" Margin =" 0,-32,0,0" />
36
27
</Grid >
37
28
You can’t perform that action at this time.
0 commit comments