Skip to content

Commit

Permalink
style: re-apply XAML style using script
Browse files Browse the repository at this point in the history
  • Loading branch information
abdes authored and Arlodotexe committed Mar 28, 2024
1 parent 3087994 commit 216ba41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Sizers/samples/GridSplitterPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
VerticalAlignment="Top"
BorderBrush="{ThemeResource SystemControlHighlightChromeHighBrush}"
BorderThickness="0,0,1,1">
<Grid.RowDefinitions>
<Grid.RowDefinitions>
<RowDefinition MinHeight="100"
MaxHeight="300" />
<RowDefinition Height="200" />
Expand Down

0 comments on commit 216ba41

Please sign in to comment.