mirror of
https://github.com/microsoft/PowerToys
synced 2024-11-22 17:09:28 +00:00
c46ccce373
* Update release.yml * Update ColorPickerUI.csproj * Update release.yml adding in .net6 sdk and moving stuff sooner * Update release.yml * Update release.yml * fixing test * Forcing vs17 and adding in .net 6 sdk * forcing pool * fixing issues in each pipeline * moving release .net up * fixing diff on agent version for nuget installer * Removing system.text.json.dll as included now * getting unit tests it looks like to work * updating everythign to .net 6 minus wxs for runtime * unit test still have * getting 6.0 stuff up and going. Terminal Unit tests have file max length issue .... * found i think the last .net 5 issue * looks like i wasn't aggressive enough with the 6.0 upgrade * Getting stuff .net 6 buildable again * tweaking with new stuff for installer * Update newly added merged projects to .net 6 * Fix HeatDirectory bug on VS 2022 * Settings still needs JSON dependency * Revert "getting 6.0 stuff up and going. Terminal Unit tests have file max length issue ...." This reverts commit |
||
---|---|---|
.. | ||
FancyZones_DrawLayoutTest.cpp | ||
FancyZones_DrawLayoutTest.h | ||
FancyZones_DrawLayoutTest.rc | ||
FancyZones_DrawLayoutTest.sln | ||
FancyZones_DrawLayoutTest.vcxproj | ||
FancyZones_DrawLayoutTest.vcxproj.filters | ||
framework.h | ||
README.md | ||
Resource.h |
Testing tool for drawing zone layout
This test tool is created in order to debug issues related to the drawing of zone layout on screen.
Currently, only column layout is supported with modifiable number of zones. Pressing w key toggles zone appearance on primary screen (multi monitor support not yet in place). Pressing q key exits application.
Application is DPI unaware which means that application does not scale for DPI changes and it always assumes to have a scale factor of 100% (96 DPI). Scaling will be automatically performed by the system.