修复combox垂直居中

This commit is contained in:
zhengxuan.zhang
2026-05-14 17:01:50 +08:00
parent 4d25045d59
commit ca22f59447
3 changed files with 27 additions and 15 deletions
+25
View File
@@ -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