Skip to content

Commit

Permalink
fix tasksBorderBrush
Browse files Browse the repository at this point in the history
  • Loading branch information
Kryeker authored and menees committed May 25, 2024
1 parent d918304 commit e14a043
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Menees.VsTools/Tasks/TasksControl.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@
ScrollViewer.CanContentScroll="False"
ScrollViewer.HorizontalScrollBarVisibility="Disabled"
KeyDown="Tasks_KeyDown"
BorderBrush="{x:Null}"
MouseDoubleClick="Tasks_DoubleClick"
TextSearch.TextPath="Comment"
ContextMenuOpening="Tasks_ContextMenuOpening"
Expand Down

0 comments on commit e14a043

Please sign in to comment.