From 02af692fee47d53c7884f497fcebfbbb8bbf8f10 Mon Sep 17 00:00:00 2001 From: Victoria Plitt Date: Tue, 7 Jun 2022 13:11:29 +0300 Subject: PPC. Repeat window - GUI changes. Related Work Items: #6663 --- .../PPC/Modules/Tango.PPC.JobsV2/Dialogs/RepeatJobView.xaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Software/Visual_Studio/PPC/Modules') diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/Dialogs/RepeatJobView.xaml b/Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/Dialogs/RepeatJobView.xaml index 6f011bf4e..819300a0e 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/Dialogs/RepeatJobView.xaml +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/Dialogs/RepeatJobView.xaml @@ -6,7 +6,7 @@ xmlns:touch="clr-namespace:Tango.Touch.Controls;assembly=Tango.Touch" xmlns:local="clr-namespace:Tango.PPC.Jobs.Dialogs" mc:Ignorable="d" - Background="Transparent" d:DesignHeight="250" d:DesignWidth="380" Width="380" Height="250" + Background="Transparent" d:DesignHeight="250" d:DesignWidth="380" Width="480" Height="350" d:DataContext="{d:DesignInstance Type=local:RepeatJobViewVM, IsDesignTimeCreatable=False}"> @@ -18,13 +18,13 @@ - + - + -- cgit v1.3.1