Skip to content

Commit

Permalink
Fixed: "Add" window can be maximized (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Peyronnet committed Nov 5, 2021
1 parent 139e96a commit 7b66da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Datalya/Windows/AddWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
xmlns:local="clr-namespace:Datalya.Windows" FontFamily="\Fonts\#Montserrat"
xmlns:lang="clr-namespace:Datalya.Properties"
mc:Ignorable="d" Foreground="{Binding Source={StaticResource Foreground1}}"
Title="{x:Static lang:Resources.AddElement}" Height="600" Width="550" WindowStartupLocation="CenterScreen" WindowStyle="None" Background="Transparent" AllowsTransparency="True">
Title="{x:Static lang:Resources.AddElement}" ResizeMode="CanMinimize" Height="600" Width="550" WindowStartupLocation="CenterScreen" WindowStyle="None" Background="Transparent" AllowsTransparency="True">
<WindowChrome.WindowChrome>
<WindowChrome CaptionHeight="32" ResizeBorderThickness="10"/>
</WindowChrome.WindowChrome>
Expand Down

0 comments on commit 7b66da2

Please sign in to comment.