Skip to content

Commit

Permalink
update view to better understand the change
Browse files Browse the repository at this point in the history
  • Loading branch information
afsilva committed Jan 29, 2024
1 parent b772663 commit 468a890
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Material.Demo/Pages/CustomDialogContentDemo.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@
d:DesignHeight="450"
d:DesignWidth="800"
mc:Ignorable="d">
<TextBox Text="This should use all the available space!" />
<Grid Margin="5"
Background="LightGray"
RowDefinitions="Auto,*">
<TextBox Text="This should use all the available space!" />
</Grid>
</UserControl>

0 comments on commit 468a890

Please sign in to comment.