From 90ffba9b6bf1b0b9fae2b41ced854036c7cad22e Mon Sep 17 00:00:00 2001 From: LynJet <104435916+LynJet@users.noreply.github.com> Date: Mon, 11 Jul 2022 16:00:19 +0200 Subject: [PATCH] Reload-Button in der ChatView sichtbar gemacht --- BeWo/ownChat/ChatView.xaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BeWo/ownChat/ChatView.xaml b/BeWo/ownChat/ChatView.xaml index 17c7de55b..a165a2dff 100644 --- a/BeWo/ownChat/ChatView.xaml +++ b/BeWo/ownChat/ChatView.xaml @@ -8,11 +8,11 @@ mc:Ignorable="d" x:Name="ServiceChat" Title="ChatService" Height="700" Width="900" ResizeMode="CanResizeWithGrip" WindowStartupLocation="CenterScreen" WindowStyle="None" - AllowsTransparency="True" Background="Transparent" Closing="ChatView_OnClosing"> + AllowsTransparency="True" Background="Transparent" Closing="ChatView_OnClosing"> - + - +