From 66ac5af5e6bff750d3caa24e037e0471a48114a3 Mon Sep 17 00:00:00 2001 From: "harald.martini@student.tugraz.at" <harald.martini@student.tugraz.at> Date: Tue, 10 Aug 2021 14:51:55 +0200 Subject: [PATCH] Layout changes in create vif view --- VECTO3GUI2020/Views/Multistage/CreateVifView.xaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/VECTO3GUI2020/Views/Multistage/CreateVifView.xaml b/VECTO3GUI2020/Views/Multistage/CreateVifView.xaml index 017e598274..4d46b27ba5 100644 --- a/VECTO3GUI2020/Views/Multistage/CreateVifView.xaml +++ b/VECTO3GUI2020/Views/Multistage/CreateVifView.xaml @@ -8,7 +8,7 @@ xmlns:implementation="clr-namespace:VECTO3GUI2020.ViewModel.Implementation" xmlns:implementation1="clr-namespace:VECTO3GUI2020.ViewModel.MultiStage.Implementation" mc:Ignorable="d" - MinWidth="500" + Width="600" MinHeight="200" d:DesignHeight="450" d:DesignWidth="800" d:DataContext="{d:DesignInstance implementation1:CreateVifViewModel}"> <Grid> @@ -36,9 +36,9 @@ Margin="2 4"> </Button> - <customControls:FilePicker DockPanel.Dock="Left" HorizontalAlignment="Stretch" - Text="{Binding PrimaryInputPath}" - Command="{Binding SelectPrimaryInputFileCommand}"/> + <customControls:FilePicker DockPanel.Dock="Left" HorizontalAlignment="Stretch" + Text="{Binding PrimaryInputPath}" + Command="{Binding SelectPrimaryInputFileCommand}"/> </DockPanel> <Label Grid.Row="2" Style="{DynamicResource LabelStyle1}" @@ -56,7 +56,7 @@ Margin="2 4"> </Button> - <customControls:FilePicker DockPanel.Dock="Left" + <customControls:FilePicker DockPanel.Dock="Left" Text="{Binding StageInputPath}" Command="{Binding SelectCompletedInputFileCommand}"></customControls:FilePicker> </DockPanel> -- GitLab