Skip to content

Commit

Permalink
Merge pull request #74256 from sharwell/outline-style
Browse files Browse the repository at this point in the history
Fix style binding failure in Document Outline
  • Loading branch information
sharwell authored Jul 3, 2024
2 parents 7fe5f6c + fcebf4b commit ade8cae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</Style.Triggers>
</Style>

<Style TargetType="TreeView" BasedOn="{StaticResource {x:Static vsshell:VsResourceKeys.ThemedDialogTreeViewStyleKey}}" >
<Style TargetType="self:VirtualizingTreeView" BasedOn="{StaticResource {x:Static vsshell:VsResourceKeys.ThemedDialogTreeViewStyleKey}}" >
<Setter Property="BorderThickness" Value="0" />
<Setter Property="Padding" Value="0, 5, 0, 0" />
</Style>
Expand Down

0 comments on commit ade8cae

Please sign in to comment.