Skip to content

Commit

Permalink
#89 Fix issue
Browse files Browse the repository at this point in the history
Co-Authored-By: Deakin Tsang <35422654+deakintsang@users.noreply.github.com>

#89 Fix issue
  • Loading branch information
yanjinhuagood committed Jan 29, 2024
1 parent 17c1333 commit f4dcfe4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/WPFDevelopers.Shared/Themes/ScreenCut.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
TargetType="{x:Type controls:ScreenCut}">
<Setter Property="WindowState" Value="Maximized" />
<Setter Property="WindowStyle" Value="None" />
<Setter Property="ResizeMode" Value="NoResize" />
<Setter Property="Topmost" Value="True" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type controls:ScreenCut}">
Expand Down

0 comments on commit f4dcfe4

Please sign in to comment.