Skip to content

Commit

Permalink
Prevented text clipping on default plugin install description
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshiask committed Jul 27, 2022
1 parent e69355c commit 88790e8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions FluentStore.App/Views/SplashScreen.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d">

<StackPanel Spacing="8" VerticalAlignment="Center" HorizontalAlignment="Stretch"
MaxWidth="400">
<StackPanel Spacing="8" VerticalAlignment="Center" HorizontalAlignment="Stretch">
<Image Source="/Assets/SplashScreen.png" MaxHeight="300"/>
<ProgressBar x:Name="ProgressIndicator" IsIndeterminate="True"/>
<ProgressBar x:Name="ProgressIndicator" IsIndeterminate="True" MaxWidth="400"/>
<TextBlock x:Name="StatusBlock" HorizontalTextAlignment="Center"
Text="Starting Fluent Store..."/>
</StackPanel>
Expand Down

0 comments on commit 88790e8

Please sign in to comment.