From 93b16e9198f1c0cdb3f7b525dce9238e2efe1fc7 Mon Sep 17 00:00:00 2001 From: "VKMTHD\\franzjosefkober" <franz.josef.kober@ivt.tugraz.at> Date: Mon, 11 May 2020 17:18:02 +0200 Subject: [PATCH] minor fix text place --- VECTO3GUI/Views/AboutView.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VECTO3GUI/Views/AboutView.xaml b/VECTO3GUI/Views/AboutView.xaml index 352fd64e59..598abf664e 100644 --- a/VECTO3GUI/Views/AboutView.xaml +++ b/VECTO3GUI/Views/AboutView.xaml @@ -17,7 +17,7 @@ <Grid.RowDefinitions> <RowDefinition Height="10"/> <RowDefinition/> - <RowDefinition Height="35"/> + <RowDefinition Height="38"/> <RowDefinition Height="115"/> <RowDefinition Height="30"/> </Grid.RowDefinitions> -- GitLab