aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadBreakView.xaml
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2021-05-10 03:29:55 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2021-05-10 03:29:55 +0300
commit896c8152facdee8e78f54d3dfdf324e7415173ba (patch)
treea964061e72425bf4382d09c6fdb05bce7f2b0408 /Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadBreakView.xaml
parentf6ba463706eeb49ecd795d3d68142e19cb669061 (diff)
downloadTango-896c8152facdee8e78f54d3dfdf324e7415173ba.tar.gz
Tango-896c8152facdee8e78f54d3dfdf324e7415173ba.zip
Thread Break Wizard changes.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadBreakView.xaml')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadBreakView.xaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadBreakView.xaml b/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadBreakView.xaml
index b12967cd0..ae9716ea9 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadBreakView.xaml
+++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/ThreadBreakView.xaml
@@ -66,7 +66,7 @@
<DockPanel>
<UniformGrid Margin="20" Columns="2" DockPanel.Dock="Bottom" Height="55">
<touch:TouchButton Style="{StaticResource TangoHollowButton}" Width="250" HorizontalAlignment="Left" Command="{Binding FeedingUnitsFoundAndFixedCommand}">Fixed</touch:TouchButton>
- <touch:TouchButton Style="{StaticResource TangoHollowButton}" Width="250" HorizontalAlignment="Right" Command="{Binding FeedingUnitsCantFixCommand}">Not Fix</touch:TouchButton>
+ <touch:TouchButton Style="{StaticResource TangoHollowButton}" Width="250" HorizontalAlignment="Right" Command="{Binding FeedingUnitsCantFixCommand}">Not Fixed</touch:TouchButton>
</UniformGrid>
<DockPanel>
<StackPanel DockPanel.Dock="Top">
@@ -92,7 +92,6 @@
<Image Stretch="Uniform" Source="/Images/ThreadLoading/FeedingUnits/arc/2.jpg"></Image>
<Image Stretch="Uniform" Source="/Images/ThreadLoading/FeedingUnits/arc/3.jpg"></Image>
<Image Stretch="Uniform" Source="/Images/ThreadLoading/FeedingUnits/arc/4.jpg"></Image>
- <Image Stretch="Uniform" Source="/Images/ThreadLoading/FeedingUnits/arc/5.jpg"></Image>
</commonControls:ImageGalleryControl>
</Grid>
</Grid>