Fix logo display

This commit is contained in:
PAL\cbo
2023-04-11 09:24:58 +02:00
parent 15c0ebdc57
commit c1ccd3b2a3
+1 -1
View File
@@ -29,7 +29,7 @@
<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"/>