[ADDITION] fixed the chatbox size
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
</Border>
|
||||
|
||||
<Grid Grid.Column="2" Grid.Row="1">
|
||||
<TextBox Name="SentMessage" IsReadOnly="True"/>
|
||||
<TextBox Name="SentMessage" IsReadOnly="True" Margin="0,0,0,50"/>
|
||||
<TextBox x:Name="ChatBox" Keyboard.KeyDown="ChatBox_KeyDown" Width="200" Height="50" ToolTip="Message goes here" ToolTipService.IsEnabled="True" VerticalAlignment="Bottom" HorizontalAlignment="Left"/>
|
||||
</Grid>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user