updated to preview

This commit is contained in:
Holger Börchers 2020-02-12 21:32:59 +01:00
parent 1867276305
commit dd426624da
2 changed files with 2 additions and 2 deletions

View File

@ -177,7 +177,7 @@
<Button HorizontalAlignment="Stretch" Content="Open catalog" /> <Button HorizontalAlignment="Stretch" Content="Open catalog" />
</StackPanel> </StackPanel>
<StackPanel Grid.Column="1" Grid.ColumnSpan="2"> <StackPanel Grid.Column="1" Grid.ColumnSpan="2">
<TextBlock Margin="0,10" FontSize="16"> <TextBlock Margin="0,10" FontSize="24" TextWrapping="Wrap">
<Run FontWeight="Bold" Text="T" /><Run Text="ower" /> <Run FontWeight="Bold" Text="T" /><Run Text="ower" />
<Run FontWeight="Bold" Text="a" /><Run Text="nd" /> <Run FontWeight="Bold" Text="a" /><Run Text="nd" />
<Run FontWeight="Bold" Text="B" /><Run Text="asement" /> <Run FontWeight="Bold" Text="B" /><Run Text="asement" />

View File

@ -7,7 +7,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="ModernWpfUI" Version="0.7.4" /> <PackageReference Include="ModernWpfUI" Version="0.8.0-preview.200206.2" />
</ItemGroup> </ItemGroup>
</Project> </Project>