diff --git a/src/settings-ui/Settings.UI/Assets/Modules/ScreenRuler.png b/src/settings-ui/Settings.UI/Assets/Modules/ScreenRuler.png
index 6b034019f8..65a5664347 100644
Binary files a/src/settings-ui/Settings.UI/Assets/Modules/ScreenRuler.png and b/src/settings-ui/Settings.UI/Assets/Modules/ScreenRuler.png differ
diff --git a/src/settings-ui/Settings.UI/Strings/en-us/Resources.resw b/src/settings-ui/Settings.UI/Strings/en-us/Resources.resw
index 3148499c3a..f3c25f9453 100644
--- a/src/settings-ui/Settings.UI/Strings/en-us/Resources.resw
+++ b/src/settings-ui/Settings.UI/Strings/en-us/Resources.resw
@@ -158,7 +158,7 @@ Inspired by Roolr.
Capture screen continuously during measuring
- Refresh screen contexts in real-time instead of making a screenshot once. If enabled, tracing is slightly offset from the cursor position to not intersect with previously rendered cross lines.
+ Refresh screen contexts in real-time instead of making a screenshot once.
Per color channel edge detection
@@ -1420,7 +1420,7 @@ Made with 💗 by Microsoft and the PowerToys community.
PowerToys Run is a quick launcher for power users that contains some additional features without sacrificing performance.
-
+
Screen Ruler is a quick and easy way to measure pixels on your screen.
@@ -1520,7 +1520,7 @@ From there, simply click on one of the supported files in the File Explorer and
The Bounds mode lets you select a specific area to measure. You can also shift-drag an area to persist in on screen. The various Spacing modes allows tracing similar pixels along horizontal and vertical axes with a customizable pixel tolerance threshold (use settings or mouse wheel to adjust it).
-
+
Screen Ruler
Do not localize this string
@@ -1767,7 +1767,7 @@ From there, simply click on one of the supported files in the File Explorer and
Learn more about PowerToys Run
PowerToys Run is a product name, do not loc
-
+
Learn more about Screen Ruler
Screen Ruler is a product name, do not loc
@@ -2247,7 +2247,9 @@ From there, simply click on one of the supported files in the File Explorer and
PowerAccent
- PowerAccent is an alternative way to type accented characters, useful for when a keyboard doesn't support that specific accent. While holding the key for the character you want to add an accent to, press the Activation Key (space key or left and right arrow keys) and an overlay to select the accented character will appear.
+ PowerAccent is an alternative way to type accented characters, useful for when a keyboard doesn't support that specific accent.
+
+Activate by holding the key for the character you want to add an accent to, then press the Activation Key (space key or left and right arrow keys). If you continue to hold, an overlay to select the accented between multiple characters will appear!
key refers to a physical key on a keyboard
@@ -2273,7 +2275,7 @@ From there, simply click on one of the supported files in the File Explorer and
Activation key
- Select the activation key to activate this module by holding down the letter and pressing the activation key
+ This is the extra key needed to activate after you are holding your target letter.
Left/Right Arrow
@@ -2364,4 +2366,8 @@ From there, simply click on one of the supported files in the File Explorer and
Learn more about conflicting activation commands
-
+
+ The continuous capture mode will consume more resources when in use. In addition, the UI will be slightly offset from the pointer position.
+ pointer as in mouse pointer. resources refer to things like CPU, GPU, RAM
+
+
\ No newline at end of file
diff --git a/src/settings-ui/Settings.UI/Views/MeasureToolPage.xaml b/src/settings-ui/Settings.UI/Views/MeasureToolPage.xaml
index 88ffb70596..1b525348f2 100644
--- a/src/settings-ui/Settings.UI/Views/MeasureToolPage.xaml
+++ b/src/settings-ui/Settings.UI/Views/MeasureToolPage.xaml
@@ -7,7 +7,12 @@
mc:Ignorable="d"
xmlns:muxc="using:Microsoft.UI.Xaml.Controls"
xmlns:controls="using:Microsoft.PowerToys.Settings.UI.Controls"
+ xmlns:converters="using:CommunityToolkit.WinUI.UI.Converters"
AutomationProperties.LandmarkType="Main">
+
+
+
+
@@ -30,14 +35,21 @@
-
+
-
+
+
-
-
+
@@ -66,8 +77,8 @@
-
+