From bd07596ada5f5f245d5c8b4f8c92eca0a454578e Mon Sep 17 00:00:00 2001 From: Jonas Arnold Date: Fri, 23 Dec 2022 09:36:05 +0100 Subject: [PATCH] fixed issues in UI --- ADIS_Csharp/RobotClientWpf/MainWindow.xaml.cs | 3 ++- ADIS_Csharp/RobotClientWpf/Views/ConfigView.xaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ADIS_Csharp/RobotClientWpf/MainWindow.xaml.cs b/ADIS_Csharp/RobotClientWpf/MainWindow.xaml.cs index d01fac1..e1c58d2 100644 --- a/ADIS_Csharp/RobotClientWpf/MainWindow.xaml.cs +++ b/ADIS_Csharp/RobotClientWpf/MainWindow.xaml.cs @@ -182,7 +182,8 @@ namespace RobotClientWpf break; } - UIAccessHelpers.SetTextblockTextAndForegroundColor(tbBottomMessage, message, col); + // not used currently + //UIAccessHelpers.SetTextblockTextAndForegroundColor(tbBottomMessage, message, col); } private void ClearBottomMessage() diff --git a/ADIS_Csharp/RobotClientWpf/Views/ConfigView.xaml b/ADIS_Csharp/RobotClientWpf/Views/ConfigView.xaml index f78b9c0..72a4590 100644 --- a/ADIS_Csharp/RobotClientWpf/Views/ConfigView.xaml +++ b/ADIS_Csharp/RobotClientWpf/Views/ConfigView.xaml @@ -13,7 +13,7 @@ - +