Alignment.

This commit is contained in:
Teo Mrnjavac 2015-07-23 17:41:15 +02:00
parent c031d239e5
commit 409bde6d1f
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ void PartWidgetBase::positionChildren(const QWidget* destWidget, const Partition
qint64 totalLength = 0;
foreach(const Partition * p, partitions)
totalLength += p->length();
totalLength += p->length();
// calculate unleveled width for each child and store it
for (int i = 0; i < partitions.size(); i++) {