Skip to content

Commit 87708bf

Browse files
committed
font size fix
1 parent 3cf107e commit 87708bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RetailCoder.VBE/UI/About/AboutControl.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

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

0 commit comments

Comments
 (0)