PowerToys/tools/FancyZones_DrawLayoutTest
Josh Soref beab8d2deb spelling: essentially
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-10-30 14:40:53 -04:00
..
FancyZones_DrawLayoutTest.cpp spelling: essentially 2020-10-30 14:40:53 -04:00
FancyZones_DrawLayoutTest.h [FancyZones] FancyZones draw layout test tool (#6358) 2020-09-04 11:55:26 +02:00
FancyZones_DrawLayoutTest.rc [FancyZones] FancyZones draw layout test tool (#6358) 2020-09-04 11:55:26 +02:00
FancyZones_DrawLayoutTest.sln [FancyZones] FancyZones draw layout test tool (#6358) 2020-09-04 11:55:26 +02:00
FancyZones_DrawLayoutTest.vcxproj [FancyZones] FancyZones draw layout test tool (#6358) 2020-09-04 11:55:26 +02:00
FancyZones_DrawLayoutTest.vcxproj.filters [FancyZones] FancyZones draw layout test tool (#6358) 2020-09-04 11:55:26 +02:00
framework.h [FancyZones] FancyZones draw layout test tool (#6358) 2020-09-04 11:55:26 +02:00
README.md [FancyZones] FancyZones draw layout test tool (#6358) 2020-09-04 11:55:26 +02:00
Resource.h [FancyZones] FancyZones draw layout test tool (#6358) 2020-09-04 11:55:26 +02:00

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.