From a8f68d6ae75d0c5fe8d3a371be3f8a2cd08d64c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20B=C3=B6rchers?= Date: Mon, 31 Jul 2023 10:53:45 +0200 Subject: [PATCH] updated avalonia --- KMeansGui/App.axaml | 3 +- KMeansGui/KMeansGui.csproj | 11 ++++---- KMeansGui/Shell/ShellView.axaml | 49 ++++++++++++++++++++++----------- src/Helper.cs | 22 +++++++++------ src/kMeansConsole.csproj | 2 +- 5 files changed, 55 insertions(+), 32 deletions(-) diff --git a/KMeansGui/App.axaml b/KMeansGui/App.axaml index 39b558c..0de2236 100644 --- a/KMeansGui/App.axaml +++ b/KMeansGui/App.axaml @@ -2,9 +2,8 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" x:Class="KMeansGui.App"> - + - \ No newline at end of file diff --git a/KMeansGui/KMeansGui.csproj b/KMeansGui/KMeansGui.csproj index e869fcc..39d7b1e 100644 --- a/KMeansGui/KMeansGui.csproj +++ b/KMeansGui/KMeansGui.csproj @@ -8,12 +8,13 @@ - - + + - - - + + + + diff --git a/KMeansGui/Shell/ShellView.axaml b/KMeansGui/Shell/ShellView.axaml index 6b64df7..3acfd88 100644 --- a/KMeansGui/Shell/ShellView.axaml +++ b/KMeansGui/Shell/ShellView.axaml @@ -1,28 +1,45 @@ - + - -