mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
#1081 Snapshot : Row numbering starts at 1
This commit is contained in:
@@ -121,7 +121,7 @@ QVariant PdmUiTableViewModel::headerData(int section, Qt::Orientation orientatio
|
||||
}
|
||||
else if (orientation == Qt::Vertical)
|
||||
{
|
||||
return section;
|
||||
return section + 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user