diff options
| author | Avi Levkovich <avi@twine-s.com> | 2020-10-19 14:16:58 +0300 |
|---|---|---|
| committer | Avi Levkovich <avi@twine-s.com> | 2020-10-19 14:16:58 +0300 |
| commit | 4dd9e04cade78d1aa9b30d4164b2ce50b0938c77 (patch) | |
| tree | 9a59577350b4821ff5746f8be9fe82fc7557fecb /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.RML | |
| parent | 1cdac5261f96f1d5e01d18cbd833744d67d42db7 (diff) | |
| parent | 0111d071d51d34d7bcbf9d7f487f1178414d11b3 (diff) | |
| download | Tango-4dd9e04cade78d1aa9b30d4164b2ce50b0938c77.tar.gz Tango-4dd9e04cade78d1aa9b30d4164b2ce50b0938c77.zip | |
merge
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, 2 insertions, 0 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 152797bec..b6c91f066 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 @@ -215,6 +215,8 @@ <TextBlock Margin="0 40 0 0" Text="Color Conversion Version:" HorizontalAlignment="Center"></TextBlock> <mahapps:NumericUpDown Minimum="1" Maximum="4" Value="{Binding ActiveRML.ColorConversionVersion}" HorizontalContentAlignment="Center" Background="Transparent" BorderBrush="{StaticResource DimGrayBrush}" HasDecimals="False" Margin="0 5 0 0" /> + + <CheckBox ToolTip="Use the color conversion engine to generate gradients" IsChecked="{Binding ActiveRML.UseColorLibGradients}" HorizontalAlignment="Center" Margin="0 40 0 0">Enable Gradient Generation</CheckBox> </StackPanel> </StackPanel> </Grid> |
