diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-06-17 12:37:13 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-06-17 12:37:13 +0300 |
| commit | 381c741261a6eba5ba39e2ed3116ac8a4fa61469 (patch) | |
| tree | 4c31a0e82eb13528beae25c181caa1ef38e517cb /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.RML | |
| parent | bf33c0d9c37ec68ffbbded2e08bff6cc65558037 (diff) | |
| parent | 969afb0ba72af89a368ac124458b06b848cd1bed (diff) | |
| download | Tango-381c741261a6eba5ba39e2ed3116ac8a4fa61469.tar.gz Tango-381c741261a6eba5ba39e2ed3116ac8a4fa61469.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.RML')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.RML/Views/RmlView.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.RML/Views/RmlView.xaml b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.RML/Views/RmlView.xaml index f425f2003..cd3ed2fe4 100644 --- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.RML/Views/RmlView.xaml +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.RML/Views/RmlView.xaml @@ -214,7 +214,7 @@ </UniformGrid> <TextBlock Margin="0 40 0 0" Text="Color Conversion Version:" HorizontalAlignment="Center"></TextBlock> - <mahapps:NumericUpDown Minimum="1" Maximum="3" Value="{Binding ActiveRML.ColorConversionVersion}" HorizontalContentAlignment="Center" Background="Transparent" BorderBrush="{StaticResource DimGrayBrush}" HasDecimals="False" Margin="0 5 0 0" /> + <mahapps:NumericUpDown Minimum="1" Maximum="4" Value="{Binding ActiveRML.ColorConversionVersion}" HorizontalContentAlignment="Center" Background="Transparent" BorderBrush="{StaticResource DimGrayBrush}" HasDecimals="False" Margin="0 5 0 0" /> </StackPanel> </StackPanel> </Grid> |
