Skip to content

Commit

Permalink
Fixed title bar sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
YourOrdinaryCat committed Jun 21, 2023
1 parent edf716d commit 821efef
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Rise Media Player Dev/Windows/MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -334,12 +334,13 @@
<SolidColorBrush Color="{x:Bind SViewModel.GlazeColors, Mode=OneWay}" />
</Grid.Background>

<Grid Canvas.ZIndex="1">
<Grid
Height="48"
VerticalAlignment="Top"
Canvas.ZIndex="1">
<skuc:TitleBar
x:Name="AppTitleBar"
Height="40"
Padding="0,8,0,0"
VerticalAlignment="Top"
VerticalAlignment="Stretch"
Canvas.ZIndex="1">
<skuc:TitleBar.Icon>
<IconSourceElement
Expand All @@ -362,10 +363,8 @@

<Grid
x:Name="ControlsPanel"
Height="48"
Padding="0,8"
HorizontalAlignment="Right"
VerticalAlignment="Top"
Canvas.ZIndex="2">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="Auto" />
Expand Down

0 comments on commit 821efef

Please sign in to comment.