diff --git a/StructureHelper/Infrastructure/UI/Resources/Materials.xaml b/StructureHelper/Infrastructure/UI/Resources/Materials.xaml index f0cde06..5d0072d 100644 --- a/StructureHelper/Infrastructure/UI/Resources/Materials.xaml +++ b/StructureHelper/Infrastructure/UI/Resources/Materials.xaml @@ -25,6 +25,29 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/StructureHelper/Windows/MainWindow/Materials/HeadMaterialView.xaml b/StructureHelper/Windows/MainWindow/Materials/HeadMaterialView.xaml index 0892d01..39cc35e 100644 --- a/StructureHelper/Windows/MainWindow/Materials/HeadMaterialView.xaml +++ b/StructureHelper/Windows/MainWindow/Materials/HeadMaterialView.xaml @@ -7,40 +7,43 @@ xmlns:vm="clr-namespace:StructureHelper.Windows.ViewModels.Materials" d:DataContext="{d:DesignInstance vm:HeadMaterialViewModel}" mc:Ignorable="d" - Title="Material properties" Height="350" Width="300" ResizeMode="NoResize" WindowStartupLocation="CenterScreen"> + Title="Material properties" + Height="350" Width="300" + MinWidth="300" MaxWidth="400" MinHeight="350" MaxHeight="500" + WindowStartupLocation="CenterScreen"> - - - - - - + - - + + - - - - - - - - - - - - - -