Skip to content

Commit

Permalink
chore: removing padding and height
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunal22shah committed Jun 18, 2024
1 parent ef5d7dd commit 14cceb2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
<Style x:Key="MaterialBaseCommandBarStyle" TargetType="CommandBar">
<Setter Property="Background" Value="{ThemeResource SurfaceBrush}" />
<Setter Property="Foreground" Value="{ThemeResource OnSurfaceBrush}" />
<Setter Property="Height" Value="{StaticResource MaterialCommandBarHeight}" />
<Setter Property="HorizontalAlignment" Value="Stretch" />
<Setter Property="VerticalAlignment" Value="Top" />
<Setter Property="HorizontalContentAlignment" Value="Left" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<StackPanel>
<smtx:XamlDisplay Margin="16" UniqueKey="CommandBarSamplePage">
<CommandBar
toolkit:VisibleBoundsPadding.PaddingMask="Top"
Content="Command Bar Sample"
Style="{StaticResource MaterialCommandBarStyle}">
<CommandBar.PrimaryCommands>
Expand Down

0 comments on commit 14cceb2

Please sign in to comment.