Improved the objects representation

This commit is contained in:
Jose Luis Cercos Pita
2015-10-20 13:09:40 +02:00
parent 4211ebe846
commit a573ca7061
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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