Skip to content

Commit

Permalink
Update ProportionalStackPanelSplitter.axaml.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
wieslawsoltes committed May 10, 2021
1 parent 7c366eb commit abca893
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using Avalonia;
using Avalonia.Controls;
using Avalonia.Controls.Metadata;
using Avalonia.Controls.Presenters;
using Avalonia.Controls.Primitives;
using Avalonia.Data;
Expand All @@ -12,6 +13,7 @@ namespace Dock.Avalonia.Controls
/// <summary>
/// Represents a control that lets the user change the size of elements in a <see cref="ProportionalStackPanel"/>.
/// </summary>
[PseudoClasses(":horizontal", ":vertical")]
public class ProportionalStackPanelSplitter : Thumb
{
/// <summary>
Expand Down

0 comments on commit abca893

Please sign in to comment.