mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 03:37:59 +01:00
fix conflict and spelling check
This commit is contained in:
2
.github/actions/spell-check/expect.txt
vendored
2
.github/actions/spell-check/expect.txt
vendored
@@ -1481,6 +1481,7 @@ rgh
|
|||||||
rgn
|
rgn
|
||||||
rgs
|
rgs
|
||||||
rguid
|
rguid
|
||||||
|
rhk
|
||||||
RIDEV
|
RIDEV
|
||||||
RIGHTSCROLLBAR
|
RIGHTSCROLLBAR
|
||||||
riid
|
riid
|
||||||
@@ -1586,6 +1587,7 @@ SHGDNF
|
|||||||
SHGFI
|
SHGFI
|
||||||
SHIL
|
SHIL
|
||||||
shinfo
|
shinfo
|
||||||
|
shk
|
||||||
shlwapi
|
shlwapi
|
||||||
shobjidl
|
shobjidl
|
||||||
SHORTCUTATLEAST
|
SHORTCUTATLEAST
|
||||||
|
|||||||
@@ -370,6 +370,10 @@
|
|||||||
<Platform Solution="*|x64" Project="x64" />
|
<Platform Solution="*|x64" Project="x64" />
|
||||||
</Project>
|
</Project>
|
||||||
<Project Path="src/modules/fancyzones/FancyZones/FancyZones.vcxproj" Id="ff1d7936-842a-4bbb-8bea-e9fe796de700" />
|
<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">
|
<Project Path="src/modules/fancyzones/FancyZonesEditorCommon/FancyZonesEditorCommon.csproj">
|
||||||
<Platform Solution="*|ARM64" Project="ARM64" />
|
<Platform Solution="*|ARM64" Project="ARM64" />
|
||||||
<Platform Solution="*|x64" Project="x64" />
|
<Platform Solution="*|x64" Project="x64" />
|
||||||
|
|||||||
@@ -148,7 +148,7 @@ public static class LayoutVisualizer
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// > 11 zones: fallback to grid layout
|
// > 11 zones: use grid layout
|
||||||
int rows = 1;
|
int rows = 1;
|
||||||
while (zoneCount / rows >= rows)
|
while (zoneCount / rows >= rows)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user