Skip to content

Commit fa853db

Browse files
committed
update about banner
1 parent 2897078 commit fa853db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Rubberduck.Core/UI/About/AboutControl.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<ResourceDictionary Source="../Styles/DefaultStyle.xaml"/>
1414
</ResourceDictionary.MergedDictionaries>
1515

16-
<BitmapImage x:Key="RD" UriSource="pack://application:,,,/Rubberduck.Resources;component/Rubberduck.png" />
16+
<BitmapImage x:Key="RD" UriSource="pack://application:,,,/Rubberduck.Resources;component/Rubberduck_Banner.png" />
1717
<Style x:Key="NormalLabel" TargetType="TextBlock">
1818
<Style.Setters>
1919
<Setter Property="FontFamily" Value="Segoe UI" />
@@ -76,7 +76,7 @@
7676
<RowDefinition Height="Auto"/>
7777
</Grid.RowDefinitions>
7878

79-
<Border Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="3" Margin="10">
79+
<Border Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="3" Margin="10" BorderThickness="0,1" BorderBrush="Black">
8080
<Image Source="{StaticResource RD}" Stretch="Uniform" />
8181
</Border>
8282
<Border Grid.Row="1" Grid.Column="0" Style="{StaticResource SectionBorder}">
31.1 KB
Loading

0 commit comments

Comments
 (0)