Just a test

This commit is contained in:
jklingen 2020-05-10 17:41:34 +02:00 committed by GitHub
commit 79d6e1484d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -123,7 +123,7 @@ namespace GreenshotPlugin.Interfaces.Drawing
IList<IAdorner> Adorners { get; }
/// <summary>
/// Adjust UI elements to the supplied DPI settings
/// Adjust UI elements to the supplied DPI settings
/// </summary>
/// <param name="dpi"></param>
void AdjustToDpi(uint dpi);