Resize rows to content at startup
This commit is contained in:
parent
ca925d37cb
commit
7761fbac00
|
@ -312,6 +312,8 @@ void GridAccount::LoadOperations(std::vector<Operation>* operations, int month,
|
|||
resizeColumnToContents(OP_DELETE);
|
||||
resizeColumnToContents(CHECKED);
|
||||
|
||||
resizeRowsToContents();
|
||||
|
||||
_loadOperations = false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user