mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
10 lines
172 B
C
10 lines
172 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
namespace DefaultValues
|
||
|
|
{
|
||
|
|
const int ZoneCount = 3;
|
||
|
|
const bool ShowSpacing = true;
|
||
|
|
const int Spacing = 16;
|
||
|
|
const int SensitivityRadius = 20;
|
||
|
|
}
|