From 409bde6d1f34076bec913b77a3098417807d6117 Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Thu, 23 Jul 2015 17:41:15 +0200 Subject: [PATCH] Alignment. --- src/gui/partwidgetbase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/partwidgetbase.cpp b/src/gui/partwidgetbase.cpp index 933a4af..8fe7244 100644 --- a/src/gui/partwidgetbase.cpp +++ b/src/gui/partwidgetbase.cpp @@ -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++) {