Skip to content

Commit 8186131

Browse files
committed
ugh. more margin tweaks
1 parent b445eb1 commit 8186131

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RetailCoder.VBE/UI/About/AboutControl.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
</Grid.RowDefinitions>
2424

2525
<Border Grid.Column="0" Grid.Row="0" Background="White" Margin="5,5,0,0">
26-
<TextBlock Margin="0,10,0,10" Text="{Binding Version}" Foreground="Black"
27-
FontWeight="Bold" FontSize="12"
26+
<TextBlock Margin="5,10,5,10" Text="{Binding Version}" Foreground="Black"
27+
FontWeight="Bold" FontSize="14"
2828
VerticalAlignment="Top" HorizontalAlignment="Left" />
2929
</Border>
3030

0 commit comments

Comments
 (0)