Skip to content

Commit

Permalink
added top and bottom margin for Strip Label
Browse files Browse the repository at this point in the history
  • Loading branch information
A-tG committed Apr 2, 2022
1 parent 855a956 commit 71ff41d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<DockPanel Name="ContentWrap" LastChildFill="True">
<TextBlock Name="StripLabel" Text="STRIP_LABEL"
DockPanel.Dock="Top" MaxWidth="75"
HorizontalAlignment="Center" VerticalAlignment="Center" Margin="5,0,5,0"
HorizontalAlignment="Center" VerticalAlignment="Center" Margin="5,2,5,2"
TextTrimming="CharacterEllipsis" FontSize="16" FontWeight="Bold">
<TextBlock.Foreground>
<SolidColorBrush Color="{DynamicResource VmDarkTextColor}"/>
Expand Down

0 comments on commit 71ff41d

Please sign in to comment.