Skip to content

Commit

Permalink
Fixed shadow not appearing
Browse files Browse the repository at this point in the history
  • Loading branch information
lpeyr committed Aug 3, 2023
1 parent 9e2f1f5 commit f77cc1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PermaTop/UserControls/WindowPropertyItem.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<Button Foreground="{DynamicResource Foreground1}" x:Name="CloseBtn" Click="CloseBtn_Click" Width="30" Grid.Column="8" Style="{DynamicResource DefaultButton}" Background="{DynamicResource CardBackground}" FontFamily="..\Fonts\#FluentSystemIcons-Regular" Content="&#xF36A;" FontSize="14"/>

<Popup StaysOpen="False" x:Name="MorePopup" Placement="Bottom" PlacementTarget="{Binding ElementName=MoreBtn}" AllowsTransparency="True">
<Border Background="{DynamicResource Background1}" Padding="10" CornerRadius="10">
<Border Background="{DynamicResource Background1}" Padding="10" CornerRadius="10" Margin="10">
<Border.Effect>
<DropShadowEffect BlurRadius="10" Color="#1F1F1F" Direction="270" Opacity="0.1" ShadowDepth="0"/>
</Border.Effect>
Expand Down

0 comments on commit f77cc1b

Please sign in to comment.