Icons: New App icon based on picture sent from Statoil

Scaled vertically a bit to work better as an icon.
Still using the old AppIcon as Case Icon, and updated the InputCase icon to match the Case Icon.
p4#: 21793
This commit is contained in:
Jacob Støren
2013-06-01 01:29:05 +02:00
parent 724d283565
commit 1d3d13c927
7 changed files with 3 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ CAF_PDM_SOURCE_INIT(RimResultCase, "EclipseCase");
RimResultCase::RimResultCase()
: RimCase()
{
CAF_PDM_InitObject("Eclipse Case", ":/AppLogo48x48.png", "", "");
CAF_PDM_InitObject("Eclipse Case", ":/Case48x48.png", "", "");
CAF_PDM_InitField(&caseFileName, "CaseFileName", QString(), "Case file name", "", "" ,"");
caseFileName.setUiReadOnly(true);