SVN_SILENT:

comment a magic number

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=789719
This commit is contained in:
Chani Armitage 2008-03-25 00:05:59 +00:00
parent 544e10ab13
commit eda9e1125d

View File

@ -907,6 +907,7 @@ void Containment::positionContainment()
}
}
//this magic number (4) is the number of columns to try before going to the next row
width = (width + INTER_CONTAINMENT_MARGIN) * 4;
height += INTER_CONTAINMENT_MARGIN;