From ca22f59447537452c65283d0be458de87889f125 Mon Sep 17 00:00:00 2001 From: "zhengxuan.zhang" Date: Thu, 14 May 2026 17:01:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dcombox=E5=9E=82=E7=9B=B4?= =?UTF-8?q?=E5=B1=85=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- XplorePlane.Tests/XplorePlane.Tests.sln | 25 +++++++++++++++++++ XplorePlane.sln | 14 ----------- .../ImageProcessing/PipelineEditorView.xaml | 3 ++- 3 files changed, 27 insertions(+), 15 deletions(-) create mode 100644 XplorePlane.Tests/XplorePlane.Tests.sln diff --git a/XplorePlane.Tests/XplorePlane.Tests.sln b/XplorePlane.Tests/XplorePlane.Tests.sln new file mode 100644 index 0000000..04ee528 --- /dev/null +++ b/XplorePlane.Tests/XplorePlane.Tests.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.9.34616.47 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XplorePlane.Tests", "XplorePlane.Tests.csproj", "{840B1949-FED1-4340-9CCB-6143018FB274}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {840B1949-FED1-4340-9CCB-6143018FB274}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {840B1949-FED1-4340-9CCB-6143018FB274}.Debug|Any CPU.Build.0 = Debug|Any CPU + {840B1949-FED1-4340-9CCB-6143018FB274}.Release|Any CPU.ActiveCfg = Release|Any CPU + {840B1949-FED1-4340-9CCB-6143018FB274}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {2600346F-BCA0-41DE-8F91-6671B9FC89BB} + EndGlobalSection +EndGlobal diff --git a/XplorePlane.sln b/XplorePlane.sln index 55ed151..baf9467 100644 --- a/XplorePlane.sln +++ b/XplorePlane.sln @@ -66,8 +66,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XP.Calibration", "XP.Calibr EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "XP.Calibration", "XP.Calibration", "{D4E5F6A7-B8C9-0123-4567-89ABCDEF0123}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XplorePlane.Tests", "XplorePlane.Tests\XplorePlane.Tests.csproj", "{223E2A75-E50E-BD82-506F-935F63B7A41A}" -EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -265,18 +263,6 @@ Global {A1B2C3D4-E5F6-7890-ABCD-EF1234567890}.Release|x64.Build.0 = Release|Any CPU {A1B2C3D4-E5F6-7890-ABCD-EF1234567890}.Release|x86.ActiveCfg = Release|Any CPU {A1B2C3D4-E5F6-7890-ABCD-EF1234567890}.Release|x86.Build.0 = Release|Any CPU - {223E2A75-E50E-BD82-506F-935F63B7A41A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {223E2A75-E50E-BD82-506F-935F63B7A41A}.Debug|Any CPU.Build.0 = Debug|Any CPU - {223E2A75-E50E-BD82-506F-935F63B7A41A}.Debug|x64.ActiveCfg = Debug|x64 - {223E2A75-E50E-BD82-506F-935F63B7A41A}.Debug|x64.Build.0 = Debug|x64 - {223E2A75-E50E-BD82-506F-935F63B7A41A}.Debug|x86.ActiveCfg = Debug|Any CPU - {223E2A75-E50E-BD82-506F-935F63B7A41A}.Debug|x86.Build.0 = Debug|Any CPU - {223E2A75-E50E-BD82-506F-935F63B7A41A}.Release|Any CPU.ActiveCfg = Release|Any CPU - {223E2A75-E50E-BD82-506F-935F63B7A41A}.Release|Any CPU.Build.0 = Release|Any CPU - {223E2A75-E50E-BD82-506F-935F63B7A41A}.Release|x64.ActiveCfg = Release|Any CPU - {223E2A75-E50E-BD82-506F-935F63B7A41A}.Release|x64.Build.0 = Release|Any CPU - {223E2A75-E50E-BD82-506F-935F63B7A41A}.Release|x86.ActiveCfg = Release|Any CPU - {223E2A75-E50E-BD82-506F-935F63B7A41A}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/XplorePlane/Views/ImageProcessing/PipelineEditorView.xaml b/XplorePlane/Views/ImageProcessing/PipelineEditorView.xaml index fcb9d71..70fc68e 100644 --- a/XplorePlane/Views/ImageProcessing/PipelineEditorView.xaml +++ b/XplorePlane/Views/ImageProcessing/PipelineEditorView.xaml @@ -411,7 +411,8 @@ Grid.Column="1" MinHeight="24" Padding="4,1" - HorizontalContentAlignment="Center" + HorizontalContentAlignment="Left" + VerticalContentAlignment="Center" BorderBrush="#CDCBCB" BorderThickness="1" FontFamily="{StaticResource UiFont}"