From b638f6f07096a016e2b8f9ad9182bf8c449ad347 Mon Sep 17 00:00:00 2001
From: "harald.martini@student.tugraz.at" <harald.martini@student.tugraz.at>
Date: Mon, 21 Jun 2021 11:47:14 +0200
Subject: [PATCH] Updated AboutView and SettingsView

---
 VECTO3GUI2020/Views/AboutView.xaml    | 5 ++++-
 VECTO3GUI2020/Views/SettingsView.xaml | 6 +++---
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/VECTO3GUI2020/Views/AboutView.xaml b/VECTO3GUI2020/Views/AboutView.xaml
index 406d408dbb..fcd4e879bf 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 f6579754ed..29240bb0d6 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*"/>
-- 
GitLab