Skip to content

Commit

Permalink
feat: disable window resize
Browse files Browse the repository at this point in the history
Related #776
  • Loading branch information
Plac3hold3r committed Jun 17, 2020
1 parent 4d963f2 commit f8a0456
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MvxScaffolding.UI/Views/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
FontFamily="pack://application:,,,/MaterialDesignThemes.Wpf;component/Resources/Roboto/#Roboto"
Icon="../Resources/Images/mvxscaffolding_logo_transparent_padding.png"
KeyDown="OnKeyDown"
ResizeMode="NoResize"
ShowIconOnTitleBar="True"
ShowInTaskbar="False"
TextElement.FontSize="13"
Expand Down

0 comments on commit f8a0456

Please sign in to comment.