Skip to content

Commit

Permalink
(#407) Fix NullReferenceException when description too long
Browse files Browse the repository at this point in the history
  • Loading branch information
jibedoubleve committed Dec 22, 2023
1 parent c175642 commit c428e53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Lanceur/Views/MainView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@
MaxHeight="{StaticResource ResultBoxHeight}"
HorizontalContentAlignment="Stretch"
Background="Transparent"
ItemTemplateSelector="{StaticResource QueryResultSelector}" />
ItemTemplateSelector="{StaticResource QueryResultSelector}"
ScrollViewer.HorizontalScrollBarVisibility="Disabled"/>
</Border>
<!-- ====================================================== -->
<!-- STATUS BOX -->
Expand Down

0 comments on commit c428e53

Please sign in to comment.