From 79d6e1484d9b28533f1a95f38ca5b2aaaeb2760c Mon Sep 17 00:00:00 2001 From: jklingen Date: Sun, 10 May 2020 17:41:34 +0200 Subject: [PATCH] Just a test --- GreenshotPlugin/Interfaces/Drawing/Container.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GreenshotPlugin/Interfaces/Drawing/Container.cs b/GreenshotPlugin/Interfaces/Drawing/Container.cs index 6fd0df7fa..74f737db2 100644 --- a/GreenshotPlugin/Interfaces/Drawing/Container.cs +++ b/GreenshotPlugin/Interfaces/Drawing/Container.cs @@ -123,7 +123,7 @@ namespace GreenshotPlugin.Interfaces.Drawing IList Adorners { get; } /// - /// Adjust UI elements to the supplied DPI settings + /// Adjust UI elements to the supplied DPI settings /// /// void AdjustToDpi(uint dpi);