Fix logo display
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
<Grid>
|
<Grid>
|
||||||
<Border Background="#02188f" CornerRadius="15" Opacity="0.95"/>
|
<Border Background="#02188f" CornerRadius="15" Opacity="0.95"/>
|
||||||
|
|
||||||
<Grid>
|
<Grid>
|
||||||
<Grid.RowDefinitions>
|
<Grid.RowDefinitions>
|
||||||
<RowDefinition/>
|
<RowDefinition/>
|
||||||
@@ -29,11 +29,11 @@
|
|||||||
<RowDefinition/>
|
<RowDefinition/>
|
||||||
</Grid.RowDefinitions>
|
</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 Grid.Row="1" Height="100" Width="100" CornerRadius="15">
|
||||||
<Border.Background>
|
<Border.Background>
|
||||||
<ImageBrush Stretch="Fill" ImageSource="res/axlogo.png"/>
|
<ImageBrush Stretch="Fill" ImageSource="res/axlogo.png"/>
|
||||||
</Border.Background>
|
</Border.Background>
|
||||||
</Border>
|
</Border>
|
||||||
<TextBlock x:Name="PART_Title" Grid.Row="1" Text="PAL Ax Utility" Style="{DynamicResource ResourceKey={dxt:FluentSplashScreenThemeKey ResourceKey=TitleTextBoxStyle}}"/>
|
<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">
|
<StackPanel Orientation="Vertical" Grid.Row="2" VerticalAlignment="Top">
|
||||||
|
|||||||
Reference in New Issue
Block a user