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

Commit

Permalink
bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
wy-luke committed Apr 11, 2021
1 parent 6e82ae4 commit b286164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TranslateResult.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
xmlns:local="clr-namespace:CopyPlusPlus"
mc:Ignorable="d" Height="111" Width="227" SizeToContent="Height" ResizeMode="CanResizeWithGrip" ShowInTaskbar="False" WindowStartupLocation="CenterScreen" HorizontalAlignment="Stretch" Topmost="True" WindowStyle="SingleBorderWindow">

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

</Window>

0 comments on commit b286164

Please sign in to comment.