Skip to content

Commit

Permalink
Card 108: Add a clarifying message to the comment formatting preview …
Browse files Browse the repository at this point in the history
…window that the dialog has to be reopened to refresh.
  • Loading branch information
codecadwallader committed Jul 11, 2015
1 parent 648fe77 commit 78c30e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<CheckBox Content="Run format comments during cleanup" IsChecked="{Binding CommentRunDuringCleanup}" />
</GroupBox>

<GroupBox Header="Preview" VerticalAlignment="Stretch">
<GroupBox Header="Preview (reopen to refresh)">
<TextBox FontFamily="{Binding CommentPreviewTextFont}"
Foreground="{Binding CommentPreviewTextForeground}"
Background="{Binding CommentPreviewTextBackground}"
Expand Down

0 comments on commit 78c30e1

Please sign in to comment.