Skip to content

Commit 4f6609d

Browse files
committed
Update RelativePanelPage.xaml
1 parent 5b92d0a commit 4f6609d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/iNKORE.UI.WPF.Modern.Gallery/Pages/Controls/Windows/RelativePanelPage.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
VerticalAlignment="Top"
1515
ExampleHeight="Auto"
1616
HeaderText="A RelativePanel control.">
17-
<ui:RelativePanel Width="300" HorizontalAlignment="Left">
17+
<ui:RelativePanel Width="300" Height="50"
18+
HorizontalAlignment="Left">
1819
<Rectangle
1920
x:Name="Rectangle1"
2021
Width="50"

0 commit comments

Comments
 (0)