From a2f3e7cccd139df5335ccf0f22cbde4e2490b017 Mon Sep 17 00:00:00 2001 From: Niels Laute Date: Mon, 2 Nov 2020 10:56:27 +0100 Subject: [PATCH] Fixed Color Picker spacing. (#7751) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffecab2a6e..24860c3d34 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ For a video overview of PowerToys, including install steps and a walkthrough of ### Color Picker -[](https://aka.ms/PowerToysOverview_ColorPicker) [ColorPicker](https://aka.ms/PowerToysOverview_ColorPicker) is a simple and quick system-wide color picker with Win+Shift+C. Color Picker allows to pick colors from any currently running application and automatically copies the HEX or RGB values to your clipboard. This code is based on [Martin Chrzan's Color Picker](https://github.com/martinchrzan/ColorPicker). +[](https://aka.ms/PowerToysOverview_ColorPicker) [Color Picker](https://aka.ms/PowerToysOverview_ColorPicker) is a simple and quick system-wide color picker with Win+Shift+C. Color Picker allows to pick colors from any currently running application and automatically copies the HEX or RGB values to your clipboard. This code is based on [Martin Chrzan's Color Picker](https://github.com/martinchrzan/ColorPicker).