diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-12-29 01:25:37 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-12-29 01:25:37 +0200 |
| commit | 5d68a000c44712026835be2af4698411e931865e (patch) | |
| tree | edf078c59631df433c26268d39c51c58343862dd /Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings | |
| parent | 29241b674e6e747ce64e521446e87596eb66dedd (diff) | |
| download | Tango-5d68a000c44712026835be2af4698411e931865e.tar.gz Tango-5d68a000c44712026835be2af4698411e931865e.zip | |
Latest release notes.
Fixed issue with color space transition from volume.
New job creation template.xlsx
Improved job csv importer.
Fixed issue with CsvReader and CsvOrder Attr.
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings')
| -rw-r--r-- | Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings/Views/MainView.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings/Views/MainView.xaml b/Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings/Views/MainView.xaml index baaa4384e..d105278e6 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings/Views/MainView.xaml +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings/Views/MainView.xaml @@ -173,7 +173,7 @@ <!--LUBRICATION--> <touch:TouchExpander Margin="0 20 0 0" Header="Lubrication Levels" IsExpanded="True" FontSize="{StaticResource TangoExpanderHeaderFontSize}"> - <StackPanel Margin="0 0 10 0"> + <StackPanel Margin="20 0 20 40"> <StackPanel Margin="0 40 0 0"> <TextBlock FontSize="{StaticResource TangoSmallFontSize}" Foreground="{StaticResource TangoGrayTextBrush}">Thread Type</TextBlock> <touch:TouchComboBox x:Name="lubricationCombo" Margin="0 5 0 0" ItemsSource="{Binding LubricationLevels}" DisplayMemberPath="Name"></touch:TouchComboBox> |
