forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.1'
Change-Id: Ieaddc6093d10c08a54acb9b57cbbfe022bc3c038
This commit is contained in:
@@ -819,7 +819,7 @@ QVector<int> MiniProjectTargetSelector::listWidgetWidths(int minSize, int maxSiz
|
||||
}
|
||||
|
||||
widthToDistribute -= delta * i;
|
||||
if (widthToDistribute == 0)
|
||||
if (widthToDistribute <= 0)
|
||||
return result;
|
||||
|
||||
first = result[indexes.first()];
|
||||
|
||||
Reference in New Issue
Block a user