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 +++--- .../Tango.Touch/Styles/TouchNumericUpDownControl.xaml | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) 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 @@ - + - + diff --git a/Software/Visual_Studio/Tango.Touch/Styles/TouchNumericUpDownControl.xaml b/Software/Visual_Studio/Tango.Touch/Styles/TouchNumericUpDownControl.xaml index 6b3ef4484..1fc25c0ec 100644 --- a/Software/Visual_Studio/Tango.Touch/Styles/TouchNumericUpDownControl.xaml +++ b/Software/Visual_Studio/Tango.Touch/Styles/TouchNumericUpDownControl.xaml @@ -77,16 +77,16 @@ - - + + - - - + + -- cgit v1.3.1