Fix logo display
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user