From 74ed253f51032bf7f1940f915860006611b47eb7 Mon Sep 17 00:00:00 2001 From: Jose Luis Cercos Pita Date: Tue, 20 Oct 2015 13:09:40 +0200 Subject: [PATCH] Improved the objects representation --- src/Mod/Ship/TankInstance.py | 2 +- src/Mod/Ship/WeightInstance.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Mod/Ship/TankInstance.py b/src/Mod/Ship/TankInstance.py index 65e7ea182..27b3c9250 100644 --- a/src/Mod/Ship/TankInstance.py +++ b/src/Mod/Ship/TankInstance.py @@ -184,7 +184,7 @@ class ViewProviderTank: def getDefaultDisplayMode(self): """Return the name of the default display mode. It must be defined in getDisplayModes.""" - return "Shaded" + return "Flat Lines" def setDisplayMode(self, mode): """Map the display mode defined in attach with those defined in diff --git a/src/Mod/Ship/WeightInstance.py b/src/Mod/Ship/WeightInstance.py index 9d55d2dff..cac299967 100644 --- a/src/Mod/Ship/WeightInstance.py +++ b/src/Mod/Ship/WeightInstance.py @@ -312,7 +312,7 @@ class ViewProviderWeight: def getDefaultDisplayMode(self): """Return the name of the default display mode. It must be defined in getDisplayModes.""" - return "Shaded" + return "Flat Lines" def setDisplayMode(self, mode): """Map the display mode defined in attach with those defined in