Another test

This commit is contained in:
jklingen 2020-05-10 18:33:00 +02:00 committed by GitHub
commit f965cf9343
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; } IList<IAdorner> Adorners { get; }
/// <summary> /// <summary>
/// Adjust UI elements to the supplied DPI settings /// Adjust UI elements to the supplied DPI settings
/// </summary> /// </summary>
/// <param name="dpi"></param> /// <param name="dpi"></param>
void AdjustToDpi(uint dpi); void AdjustToDpi(uint dpi);