Skip to content

Commit

Permalink
Now chatbox is readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
sappho192 committed Aug 16, 2019
1 parent c3fadd1 commit 7a08a7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions IronworksTranslator/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<TextBox Grid.Row="0" HorizontalAlignment="Stretch" VerticalAlignment="Stretch"
Margin="8" TextWrapping="Wrap" Text=""
x:Name="TranslatedChatBox" x:FieldModifier="public"
IsReadOnly="True"
/>
<!--<Button Content="Update" HorizontalAlignment="Center" VerticalAlignment="Top"
Margin="15" Width="75"
Expand Down

0 comments on commit 7a08a7c

Please sign in to comment.