diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-10-18 13:57:15 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-10-18 13:57:15 +0300 |
| commit | d1dc68496c5e2d103db149bbbe40546acf58bb85 (patch) | |
| tree | 047d651a75a0e61566207279bbe2f5044d022d6d /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Resources/MaterialDesign.xaml | |
| parent | a45a5edec5fbbb6c255a6df421aa7a8ae90a8af0 (diff) | |
| download | Tango-d1dc68496c5e2d103db149bbbe40546acf58bb85.tar.gz Tango-d1dc68496c5e2d103db149bbbe40546acf58bb85.zip | |
Implemented directional homing for motors and dispensers.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Resources/MaterialDesign.xaml')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Resources/MaterialDesign.xaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Resources/MaterialDesign.xaml b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Resources/MaterialDesign.xaml index 62723755e..2f65fe817 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Resources/MaterialDesign.xaml +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Resources/MaterialDesign.xaml @@ -587,6 +587,17 @@ </EventTrigger> </Style.Triggers> </Style> + + <Style x:Key="TechWidgetBorderCenterNoHover" TargetType="Border"> + <Setter Property="Background"> + <Setter.Value> + <LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0"> + <GradientStop Color="#232323" Offset="1" /> + <GradientStop Color="#FF646464" Offset="0"/> + </LinearGradientBrush> + </Setter.Value> + </Setter> + </Style> </ResourceDictionary> </ResourceDictionary.MergedDictionaries> |
