aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/MachineDesignerModule.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-01-07 16:09:29 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-01-07 16:09:29 +0200
commitfc50a3a0f5c1a7de61dd169ca175f3690177059a (patch)
tree8efd928c974806957fd06d4bfdcafbfc45268cb6 /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/MachineDesignerModule.cs
parent3f5ba302842a906950b118c7f6683c061819d76e (diff)
downloadTango-fc50a3a0f5c1a7de61dd169ca175f3690177059a.tar.gz
Tango-fc50a3a0f5c1a7de61dd169ca175f3690177059a.zip
Implemented LogOut from machine studio.
Modified Machine Designer image. Fixed issue with updating contact on DB Module. Improved Machine Studio Drawer graphics.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/MachineDesignerModule.cs')
-rw-r--r--Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/MachineDesignerModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/MachineDesignerModule.cs b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/MachineDesignerModule.cs
index e7b343db8..db937028b 100644
--- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/MachineDesignerModule.cs
+++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/MachineDesignerModule.cs
@@ -18,7 +18,7 @@ namespace Tango.MachineStudio.MachineDesigner
public string Description => "Provides a graphical control over machine configurations. Create, manage and deploy machine configurations using simple drag and drop interface.";
- public BitmapSource Image => ResourceHelper.GetImageFromResources("Images/machine-sketch.png");
+ public BitmapSource Image => ResourceHelper.GetImageFromResources("Images/machine-designer-module.jpg");
public FrameworkElement MainView => new MainView();