fix conflict and spelling check

This commit is contained in:
Leilei Zhang
2025-12-05 10:41:42 +08:00
parent 0e93343cba
commit d987d37fff
3 changed files with 7 additions and 1 deletions

View File

@@ -1481,6 +1481,7 @@ rgh
rgn
rgs
rguid
rhk
RIDEV
RIGHTSCROLLBAR
riid
@@ -1586,6 +1587,7 @@ SHGDNF
SHGFI
SHIL
shinfo
shk
shlwapi
shobjidl
SHORTCUTATLEAST

View File

@@ -370,6 +370,10 @@
<Platform Solution="*|x64" Project="x64" />
</Project>
<Project Path="src/modules/fancyzones/FancyZones/FancyZones.vcxproj" Id="ff1d7936-842a-4bbb-8bea-e9fe796de700" />
<Project Path="src/modules/fancyzones/FancyZonesCLI/FancyZonesCLI.csproj">
<Platform Solution="*|ARM64" Project="ARM64" />
<Platform Solution="*|x64" Project="x64" />
</Project>
<Project Path="src/modules/fancyzones/FancyZonesEditorCommon/FancyZonesEditorCommon.csproj">
<Platform Solution="*|ARM64" Project="ARM64" />
<Platform Solution="*|x64" Project="x64" />

View File

@@ -148,7 +148,7 @@ public static class LayoutVisualizer
}
else
{
// > 11 zones: fallback to grid layout
// > 11 zones: use grid layout
int rows = 1;
while (zoneCount / rows >= rows)
{