Skip to content

Commit

Permalink
Improved overflow button appearance
Browse files Browse the repository at this point in the history
  • Loading branch information
YourOrdinaryCat committed Jun 27, 2023
1 parent 3ad4cb9 commit d59f333
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Rise Media Player Dev/ResourceDictionaries/PlayerStyles.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<Style BasedOn="{StaticResource DefaultRiseMediaPlayerElementStyle}" TargetType="co:RiseMediaPlayerElement" />

<x:Double x:Key="MTCPositionSliderMaximumWidth">Infinity</x:Double>
<x:Double x:Key="MTCSecondaryControlsColumnWidth">172</x:Double>
<x:Double x:Key="MTCSecondaryControlsColumnWidth">168</x:Double>

<FontFamily x:Key="PlayerIconsFontFamily">ms-appx:///Assets/MediaPlayerIcons.ttf#Media Player Fluent Icons</FontFamily>

Expand All @@ -86,6 +86,9 @@
<Grid.Resources>
<Style BasedOn="{StaticResource AppBarButtonCompactStyle}" TargetType="AppBarButton" />
<Style BasedOn="{StaticResource AppBarToggleButtonCompactStyle}" TargetType="AppBarToggleButton" />

<Thickness x:Key="CommandBarMoreButtonMargin">4</Thickness>
<x:Double x:Key="AppBarExpandButtonThemeWidth">44</x:Double>
</Grid.Resources>

<Grid.RenderTransform>
Expand Down

0 comments on commit d59f333

Please sign in to comment.