diff --git a/VECTO3GUI2020/Views/AboutView.xaml b/VECTO3GUI2020/Views/AboutView.xaml index 406d408dbb1dcd4f86218ce78682f944c229a36f..fcd4e879bfb1a3419f7a2b9b508bd7fc6f2d175b 100644 --- a/VECTO3GUI2020/Views/AboutView.xaml +++ b/VECTO3GUI2020/Views/AboutView.xaml @@ -5,8 +5,11 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:local="clr-namespace:VECTO3GUI2020.Views" mc:Ignorable="d" - d:DesignHeight="450" d:DesignWidth="800"> + d:DesignHeight="450" d:DesignWidth="800" MaxHeight="400"> + + <Grid> + <Grid.ColumnDefinitions> <ColumnDefinition Width="5"/> <ColumnDefinition/> diff --git a/VECTO3GUI2020/Views/SettingsView.xaml b/VECTO3GUI2020/Views/SettingsView.xaml index f6579754edbfc73cc82c0840f6f5b33eee280769..29240bb0d6f9b513e9803ca65b2ae3e7a947bfe6 100644 --- a/VECTO3GUI2020/Views/SettingsView.xaml +++ b/VECTO3GUI2020/Views/SettingsView.xaml @@ -53,9 +53,9 @@ <Border BorderBrush="{DynamicResource ButtonHighlightColor}" BorderThickness="1" DockPanel.Dock="Top"> <StackPanel> - <Label DockPanel.Dock="Top" Style="{DynamicResource LabelStyle1}">Simulation Settings</Label> - - <Grid> + <Label Style="{DynamicResource LabelStyle1}" HorizontalAlignment="Stretch">Simulation Settings</Label> + + <Grid HorizontalAlignment="Left" MaxWidth="500" > <Grid.ColumnDefinitions> <ColumnDefinition Width="2*"/> <ColumnDefinition Width="1*"/>