mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-21 22:13:25 -06:00
#1081 Snapshot : Row numbering starts at 1
This commit is contained in:
parent
2292debc6b
commit
7ee5fe321b
@ -121,7 +121,7 @@ QVariant PdmUiTableViewModel::headerData(int section, Qt::Orientation orientatio
|
||||
}
|
||||
else if (orientation == Qt::Vertical)
|
||||
{
|
||||
return section;
|
||||
return section + 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user