Skip to content

Commit

Permalink
Fixes #221 by changing transparent BorderThickness to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
batzen committed Dec 15, 2015
1 parent ae8e122 commit 0f2dec4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@
<Border Height="Auto"
BorderBrush="Transparent"
Background="{DynamicResource RibbonBackgoundBrush}"
BorderThickness="0,1,0,0">
BorderThickness="0">
<ContentControl x:Name="popupContentControl"
Margin="0" />
</Border>
Expand Down

0 comments on commit 0f2dec4

Please sign in to comment.