Skip to content

Commit

Permalink
Fix Subtitle Content and Margin Issue (microsoft#572)
Browse files Browse the repository at this point in the history
* Replaced the app subtitle

* Fixed margin in content pages
  • Loading branch information
dipeshmsft authored May 10, 2024
1 parent 9f5a1c8 commit 85ec2f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Sample Applications/WPFGallery/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
<Border
Grid.Column="1"
Margin="16,0,0,0"
Padding="24,16,0,0"
Padding="24,16,24,0"
Background="{DynamicResource LayerFillColorDefaultBrush}"
BorderBrush="{DynamicResource CardStrokeColorDefaultBrush}"
BorderThickness="1"
Expand Down
4 changes: 2 additions & 2 deletions Sample Applications/WPFGallery/Views/DashboardPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</Grid.RowDefinitions>
<Border
Height="286"
Margin="-24,-16,-1,12"
Margin="-24,-16,-24,12"
Background="{DynamicResource CardBackgroundFillColorSecondaryBrush}"
BorderBrush="{DynamicResource CardStrokeColorDefaultBrush}"
BorderThickness="0,0,0,1"
Expand All @@ -35,7 +35,7 @@
<TextBlock
Margin="0,8,0,0"
Style="{StaticResource BodyStrongTextBlockStyle}"
Text="Showcasing Fluent Theming for WPF in .NET 9" />
Text="A collection of controls, guidelines and samples to build great WPF applications" />
</StackPanel>
</Grid>
</Border>
Expand Down
2 changes: 1 addition & 1 deletion Sample Applications/WPFGallery/WPFGallery.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</ItemGroup>

<PropertyGroup>
<WpfRepoRoot>D:\wpf</WpfRepoRoot>
<WpfRepoRoot>E:\repos\wpf</WpfRepoRoot>
<ApplicationIcon>Assets\WPFGallery-Icon.ico</ApplicationIcon>
</PropertyGroup>
<Import Project="$(WpfRepoRoot)\eng\wpf-debug.targets" />
Expand Down

0 comments on commit 85ec2f3

Please sign in to comment.