Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #34

Merged
merged 21 commits into from
May 14, 2023
Merged

Dev #34

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update ScreenCut.xaml
  • Loading branch information
yanjinhuagood committed May 14, 2023
commit d0a3545a386e946b35b2f10d4a11a12e04a5733d
4 changes: 2 additions & 2 deletions src/WPFDevelopers.Shared/Themes/ScreenCut.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
x:Name="PART_EditBar"
Panel.ZIndex="99"
Background="{DynamicResource WD.BackgroundSolidColorBrush}"
Effect="{DynamicResource WD.PopupShadowDepth}"
Effect="{StaticResource WD.PopupShadowDepth}"
Visibility="Hidden">
<WrapPanel Margin="10,5" VerticalAlignment="Center">
<RadioButton
Expand Down Expand Up @@ -205,7 +205,7 @@
Margin="10,30,10,10"
Background="{DynamicResource WD.BackgroundSolidColorBrush}"
CornerRadius="{Binding Path=(helpers:ControlsHelper.CornerRadius), RelativeSource={RelativeSource TemplatedParent}}"
Effect="{DynamicResource WD.PopupShadowDepth}">
Effect="{StaticResource WD.PopupShadowDepth}">
<controls:SmallPanel>
<Path
Width="10"
Expand Down