Skip to content

Commit 9a6d6bb

Browse files
committed
ux: enable text wrap in notification panel
1 parent 37bf6de commit 9a6d6bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Views/LauncherPage.axaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@
126126
</Grid>
127127

128128
<Border Grid.Row="1" Margin="8" Background="Transparent">
129-
<ScrollViewer MaxHeight="200" HorizontalScrollBarVisibility="Auto" VerticalScrollBarVisibility="Auto">
130-
<TextBlock Margin="4,2" TextWrapping="NoWrap" Text="{Binding Message}"/>
129+
<ScrollViewer MaxHeight="200" HorizontalScrollBarVisibility="Disabled" VerticalScrollBarVisibility="Auto">
130+
<TextBlock Margin="4,2" TextWrapping="Wrap" Text="{Binding Message}"/>
131131
</ScrollViewer>
132132
</Border>
133133
</Grid>

0 commit comments

Comments
 (0)