File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
UserControls/FilePreviews Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 8
8
mc:Ignorable=" d" >
9
9
10
10
<winuiex : WindowEx .Backdrop>
11
- <winuiex : MicaSystemBackdrop DarkTintOpacity =" 0.8" LightTintColor =" #CCf3f3f3" />
11
+ <winuiex : MicaSystemBackdrop Kind = " BaseAlt " DarkTintOpacity =" 0.8" LightTintColor =" #CCf3f3f3" />
12
12
</winuiex : WindowEx .Backdrop>
13
13
14
14
<Grid />
Original file line number Diff line number Diff line change 17
17
Modifiers=" Control" />
18
18
</UserControl .KeyboardAccelerators>
19
19
<Border CornerRadius =" {StaticResource ControlCornerRadius}" >
20
- <winex : MediaPlayerElement
20
+ <MediaPlayerElement
21
21
x:Name=" PlayerContext"
22
22
AreTransportControlsEnabled=" True"
23
23
Background=" Transparent"
24
24
Foreground=" Transparent"
25
25
Source=" {x:Bind ViewModel.Source, Mode=OneWay}" >
26
- <winex : MediaPlayerElement .TransportControls>
27
- <winex : MediaTransportControls
28
- IsFullWindowButtonVisible=" False"
26
+ <MediaPlayerElement .TransportControls>
27
+ <MediaTransportControls
29
28
IsPlaybackRateButtonVisible=" False"
30
29
IsZoomButtonVisible=" False" />
31
- </winex : MediaPlayerElement .TransportControls>
32
- </winex : MediaPlayerElement >
30
+ </MediaPlayerElement .TransportControls>
31
+ </MediaPlayerElement >
33
32
</Border >
34
33
</UserControl >
You can’t perform that action at this time.
0 commit comments