From 14832e14c538266600facc9b06ed5f8fa5453067 Mon Sep 17 00:00:00 2001 From: Alek-ban Date: Thu, 19 Feb 2026 08:58:46 +0300 Subject: [PATCH] refactor: format axamls --- GSS2.Test/App.axaml | 18 ++- GSS2.Test/MainWindow.axaml | 21 +-- GSS2.Test/Views/MainView.axaml | 114 +++++++++++--- GSS2.UI.Core/Views/CameraView.axaml | 26 ++-- .../Views/IlluminatorControllerView.axaml | 145 ++++++++++-------- GSS2.UI.Core/Views/ResourceBarView.axaml | 18 +-- GSS2.UI.Core/Views/ResourceChartView.axaml | 26 ++-- .../Views/ResourceCpuUsageBarsView.axaml | 56 +++++-- GSS2.UI.Core/Views/ResourcesView.axaml | 37 +++-- 9 files changed, 289 insertions(+), 172 deletions(-) diff --git a/GSS2.Test/App.axaml b/GSS2.Test/App.axaml index 9a7233e..42975d7 100644 --- a/GSS2.Test/App.axaml +++ b/GSS2.Test/App.axaml @@ -1,12 +1,16 @@ - + + + - + - \ No newline at end of file + + diff --git a/GSS2.Test/MainWindow.axaml b/GSS2.Test/MainWindow.axaml index 8234c14..8a7b77a 100644 --- a/GSS2.Test/MainWindow.axaml +++ b/GSS2.Test/MainWindow.axaml @@ -1,10 +1,13 @@ - - + + + + diff --git a/GSS2.Test/Views/MainView.axaml b/GSS2.Test/Views/MainView.axaml index 09d5107..6dd5f93 100644 --- a/GSS2.Test/Views/MainView.axaml +++ b/GSS2.Test/Views/MainView.axaml @@ -1,30 +1,100 @@ - + + -