We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 195458f commit 1f66404Copy full SHA for 1f66404
src/CommunityToolkit.Maui.MediaElement/ResourceDictionary.windows.xaml
@@ -6,7 +6,8 @@
6
<Setter Property="IsTabStop" Value="False" />
7
<Setter Property="Background" Value="Transparent" />
8
<Setter Property="FlowDirection" Value="LeftToRight" />
9
- <Setter Property="Width" Value="{StaticResource MediaTransportControlsMaxWidth}" />
+ <Setter Property="MaxWidth" Value="{StaticResource MediaTransportControlsMaxWidth}" />
10
+ <Setter Property="Width" Value="Auto" />
11
<Setter Property="HorizontalContentAlignment" Value="Left" />
12
<Setter Property="VerticalContentAlignment" Value="Center" />
13
<Setter Property="VerticalAlignment" Value="Bottom" />
0 commit comments