mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
[FancyZones] FancyZones draw layout test tool (#6358)
* FancyZones draw layout test tool * Fix formatting in resource file
This commit is contained in:
7
tools/FancyZones_DrawLayoutTest/README.md
Normal file
7
tools/FancyZones_DrawLayoutTest/README.md
Normal file
@@ -0,0 +1,7 @@
|
||||
## 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.
|
||||
Reference in New Issue
Block a user