FL: Fix layout error in flowpack.
This commit is contained in:
parent
29479f73c4
commit
ec09f027d6
|
@ -130,7 +130,7 @@ public:
|
|||
|
||||
if ( _flow )
|
||||
{
|
||||
if ( _flowdown && Y + o->h() < H )
|
||||
if ( _flowdown && Y + o->h() < RH )
|
||||
{
|
||||
/* if it'll fit in this column, put it below the previous widget */
|
||||
X = LX;
|
||||
|
|
Loading…
Reference in New Issue