mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 18:26:39 +02:00
[Screen Ruler] Improve UX (#20400)
* [Screen Ruler] add 7% opacity to tooltip background * [Screen Ruler] restrict mouse cursor to monitor while in bounds mode * [Screen Ruler] Do not preview overlay ui on all virtual desktops (Win + tab) * [Screen Ruler] add hotkeys for toolbar #20345 * [Screen Ruler] Make single snapshot capture mode a default and update warning * [Screen Ruler] Fix touch input in bounds mode #20286 * [Screen Ruler] activate window and set HWND_TOPMOST flag again after initialization
This commit is contained in:
@@ -16,7 +16,7 @@ namespace Microsoft.PowerToys.Settings.UI.Library
|
||||
ActivationShortcut = new HotkeySettings(true, false, false, true, 0x4D);
|
||||
UnitsOfMeasure = new IntProperty(0);
|
||||
PixelTolerance = new IntProperty(30);
|
||||
ContinuousCapture = true;
|
||||
ContinuousCapture = false;
|
||||
DrawFeetOnCross = true;
|
||||
PerColorChannelEdgeDetection = false;
|
||||
MeasureCrossColor = new StringProperty("#FF4500");
|
||||
|
||||
Reference in New Issue
Block a user