We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14e53b7 commit 320984bCopy full SHA for 320984b
components/SegmentedControl/src/EqualPanel.cs
@@ -25,8 +25,6 @@ public double Spacing
25
typeof(EqualPanel),
26
new PropertyMetadata(default(double), OnSpacingChanged));
27
28
-
29
30
public EqualPanel()
31
{
32
RegisterPropertyChangedCallback(Panel.HorizontalAlignmentProperty, OnHorizontalAlignmentChanged);
0 commit comments