We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 963486a commit 8692b66Copy full SHA for 8692b66
Rubberduck.Core/UI/UnitTesting/TestExplorerControl.xaml
@@ -349,7 +349,7 @@
349
350
<Border Grid.Row="3" Padding="2">
351
<Grid>
352
- <ScrollViewer VerticalScrollBarVisibility="Disabled" HorizontalScrollBarVisibility="Auto">
+ <ScrollViewer VerticalScrollBarVisibility="Disabled" HorizontalScrollBarVisibility="Auto">
353
<controls:GroupingGrid x:Name="TestGrid"
354
ItemsSource="{Binding Tests}"
355
SelectionMode="Extended"
0 commit comments