Skip to content

Commit

Permalink
undo negative margin because of the WYSIWYG editor
Browse files Browse the repository at this point in the history
  • Loading branch information
SonGokussj4 committed Apr 2, 2019
1 parent 7ffdf40 commit 374e872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rubberduck.Core/UI/Settings/InspectionSettings.xaml
Expand Up @@ -276,7 +276,7 @@
</Style>
</UserControl.Resources>
<Grid>
<ScrollViewer x:Name="ScrollViewer" Margin="0,0,-259,0">
<ScrollViewer x:Name="ScrollViewer">
<StackPanel Margin="5,5,5,0" ScrollViewer.VerticalScrollBarVisibility="Auto">
<Border Style="{StaticResource BorderHeader}"
Margin="0,0,0,3" Height="36">
Expand Down

0 comments on commit 374e872

Please sign in to comment.