2 changed files with 2 additions and 2 deletions
@ -1,7 +1,7 @@ |
|||
<Window x:Class="XamlTestApplication.MainWindow" |
|||
xmlns="https://github.com/perspex" |
|||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|||
Title="Perspex Test Application" Height="350" Width="525"> |
|||
Title="Perspex Test Application" Height="350" Width="525" SizeToContent="WidthAndHeight" > |
|||
|
|||
<Grid RowDefinitions="Auto,*"> |
|||
<TabControl Grid.Row="1"> |
|||
Loading…
Reference in new issue