Skip to content

Commit 801c69d

Browse files
authored
Merge pull request #4807 from IvenBach/Issue4801
Correct word wrapping on about dialog
2 parents c776544 + 5e54c9e commit 801c69d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Rubberduck.Core/UI/About/AboutControl.xaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,9 @@ Wayne Phillips (vbWatchdog)
215215
</TextBlock>
216216

217217
<TextBlock Text="{Resx ResxName=Rubberduck.Resources.About.AboutUI, Key=AboutWindow_GeneralThanks}"
218-
FontSize="10"
218+
FontSize="10"
219+
HorizontalAlignment="Left"
220+
TextWrapping="WrapWithOverflow"
219221
Margin="15,0,0,0"/>
220222
</StackPanel>
221223
</StackPanel>

0 commit comments

Comments
 (0)