Skip to content

Commit

Permalink
fix help foreground
Browse files Browse the repository at this point in the history
  • Loading branch information
punker76 committed Apr 16, 2014
1 parent ceec011 commit d817592
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions MONI/Views/MainView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,11 +198,8 @@
<DataTemplate.Resources>
<valueConverter:MarkdownToFlowDocumentConverter x:Key="MarkdownToFlowDocumentConverter" />
</DataTemplate.Resources>
<Grid>
<Rectangle Fill="White"
Margin="10">
</Rectangle>
<FlowDocumentScrollViewer Margin="10"
<Grid Background="White" Margin="1,0,1,1">
<FlowDocumentScrollViewer Margin="10" Foreground="Black"
VerticalScrollBarVisibility="Auto"
HorizontalScrollBarVisibility="Disabled"
Document="{Binding Path=Help, Converter={StaticResource MarkdownToFlowDocumentConverter}}" />
Expand Down

0 comments on commit d817592

Please sign in to comment.