mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#443) Linked views default is to not link the result color
Did some cosmetics as well.
This commit is contained in:
@@ -296,7 +296,7 @@ QString RimViewLinker::displayNameForView(RimView* view)
|
||||
RimCase* rimCase = NULL;
|
||||
view->firstAnchestorOrThisOfType(rimCase);
|
||||
|
||||
displayName = rimCase->caseUserDescription() + " : " + view->name;
|
||||
displayName = rimCase->caseUserDescription() + ": " + view->name;
|
||||
}
|
||||
|
||||
return displayName;
|
||||
|
||||
Reference in New Issue
Block a user