Julien Lebosquain
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
src/Avalonia.Controls/Primitives/PopupPositioning/IPopupPositioner.cs
|
|
|
@ -248,7 +248,7 @@ namespace Avalonia.Controls.Primitives.PopupPositioning |
|
|
|
/// <remarks>
|
|
|
|
/// Resize the surface vertically so that it is completely unconstrained.
|
|
|
|
/// </remarks>
|
|
|
|
ResizeY = 16, |
|
|
|
ResizeY = 32, |
|
|
|
|
|
|
|
All = SlideX|SlideY|FlipX|FlipY|ResizeX|ResizeY |
|
|
|
} |
|
|
|
|