Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit b286164

Browse files
committed
bug fixed
1 parent 6e82ae4 commit b286164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TranslateResult.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
xmlns:local="clr-namespace:CopyPlusPlus"
77
mc:Ignorable="d" Height="111" Width="227" SizeToContent="Height" ResizeMode="CanResizeWithGrip" ShowInTaskbar="False" WindowStartupLocation="CenterScreen" HorizontalAlignment="Stretch" Topmost="True" WindowStyle="SingleBorderWindow">
88

9-
<TextBox x:Name="textBox" Margin="3,1,3,5" Text="TextBox" TextWrapping="Wrap" HorizontalAlignment="Stretch" Padding="3,3,3,3" IsUndoEnabled="False"/>
9+
<TextBox x:Name="textBox" Margin="3,1,3,5" Text="TextBox" TextWrapping="Wrap" HorizontalAlignment="Stretch" Padding="3,3,3,3" IsUndoEnabled="False" FontSize="16"/>
1010

1111
</Window>

0 commit comments

Comments
 (0)