Skip to content

Commit

Permalink
Add text wrapping to console output
Browse files Browse the repository at this point in the history
  • Loading branch information
cezarypiatek committed Dec 5, 2024
1 parent 71b053b commit a401038
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</StackPanel>
</ScrollViewer>
<ScrollViewer Grid.Row="1" ScrollChanged="ScrollChangedHandler" BringIntoViewOnFocusChange="False" Margin="0,0,0,10">
<SelectableTextBlock Classes="consoleOutput" Inlines="{Binding RichOutput}" ></SelectableTextBlock>
<SelectableTextBlock TextWrapping="Wrap" Classes="consoleOutput" Inlines="{Binding RichOutput}" ></SelectableTextBlock>
</ScrollViewer>
<StackPanel Grid.Row="2" IsVisible="{Binding ExecutionPending, Mode=OneWay}" Margin="0, 0, 0,10">
<ItemsRepeater ItemsSource="{Binding CurrentInteractiveInputs}">
Expand Down

0 comments on commit a401038

Please sign in to comment.