From 7dbdcc8bccf1ec20b37c75adb83cb76206b269b9 Mon Sep 17 00:00:00 2001 From: Dogukan Date: Tue, 20 Oct 2020 19:53:28 +0200 Subject: [PATCH] [ADDITION] fixed the chatbox size --- Client/Views/GameWindow.xaml | 2 +- Server/Models/ServerCommunication.cs | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Client/Views/GameWindow.xaml b/Client/Views/GameWindow.xaml index e896679..592e646 100644 --- a/Client/Views/GameWindow.xaml +++ b/Client/Views/GameWindow.xaml @@ -48,7 +48,7 @@ - + diff --git a/Server/Models/ServerCommunication.cs b/Server/Models/ServerCommunication.cs index ce6c70d..d24ded7 100644 --- a/Server/Models/ServerCommunication.cs +++ b/Server/Models/ServerCommunication.cs @@ -1,5 +1,4 @@ - -using Client; +using Client; using SharedClientServer; using System; using System.Collections.Generic;