Skip to content

Commit

Permalink
craftsmanship bug fixes (#3945)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssparach authored Oct 14, 2024
1 parent 9513668 commit 5b5c143
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<ctControls:SettingsCard
x:Uid="AddRepositoriesCard"
x:Name="AddRepositoriesCard"
Margin="{ThemeResource SettingsCardMargin}"
Grid.Column="1">
<Button
x:Uid="AddFolderButton"
Expand All @@ -33,7 +34,7 @@
<ctControls:SettingsCard
Header="{Binding RepositoryRootPath}"
Description="{Binding SourceControlProviderDisplayName}"
Margin="0">
Margin="{ThemeResource SettingsCardMargin}">
<ctControls:SettingsCard.HeaderIcon>
<FontIcon
FontFamily="{StaticResource SymbolThemeFontFamily}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
xmlns:behaviors="using:DevHome.Common.Behaviors"
xmlns:views="using:DevHome.Customization.Views"
behaviors:NavigationViewHeaderBehavior.HeaderTemplate="{StaticResource BreadcrumbBarDataTemplate}"
behaviors:NavigationViewHeaderBehavior.HeaderContext="{x:Bind ViewModel}">
behaviors:NavigationViewHeaderBehavior.HeaderContext="{x:Bind ViewModel}"
HighContrastAdjustment="None">

<ScrollViewer VerticalAlignment="Top" VerticalScrollBarVisibility="Auto">
<Grid>
Expand Down

0 comments on commit 5b5c143

Please sign in to comment.