Fix logo display

This commit is contained in:
PAL\cbo
2023-04-11 09:24:58 +02:00
parent 15c0ebdc57
commit c1ccd3b2a3
+3 -3
View File
@@ -21,7 +21,7 @@
<Grid>
<Border Background="#02188f" CornerRadius="15" Opacity="0.95"/>
<Grid>
<Grid.RowDefinitions>
<RowDefinition/>
@@ -29,11 +29,11 @@
<RowDefinition/>
</Grid.RowDefinitions>
<dx:DXImage x:Name="PART_Logo" Height="45" Width="105" Source="res/pallogo.png" Style="{DynamicResource ResourceKey={dxt:FluentSplashScreenThemeKey ResourceKey=LogoImageStyle}}" Stretch="Fill"/>
<dx:DXImage x:Name="PART_Logo" Height="67" Width="155" Source="res/pallogo.png" Style="{DynamicResource ResourceKey={dxt:FluentSplashScreenThemeKey ResourceKey=LogoImageStyle}}" Stretch="Fill" Grid.RowSpan="2" Margin="15,15,0,0"/>
<Border Grid.Row="1" Height="100" Width="100" CornerRadius="15">
<Border.Background>
<ImageBrush Stretch="Fill" ImageSource="res/axlogo.png"/>
</Border.Background>
</Border.Background>
</Border>
<TextBlock x:Name="PART_Title" Grid.Row="1" Text="PAL Ax Utility" Style="{DynamicResource ResourceKey={dxt:FluentSplashScreenThemeKey ResourceKey=TitleTextBoxStyle}}"/>
<StackPanel Orientation="Vertical" Grid.Row="2" VerticalAlignment="Top">