diff --git a/src/add-ons/decorators/SATDecorator/SATWindow.cpp b/src/add-ons/decorators/SATDecorator/SATWindow.cpp index b9dbad4480..5f967430a6 100644 --- a/src/add-ons/decorators/SATDecorator/SATWindow.cpp +++ b/src/add-ons/decorators/SATDecorator/SATWindow.cpp @@ -51,7 +51,7 @@ GroupCookie::~GroupCookie() } -const uint32 kExtentPenalty = 10; +const uint32 kExtentPenalty = 25; void diff --git a/src/add-ons/decorators/SATDecorator/StackAndTile.h b/src/add-ons/decorators/SATDecorator/StackAndTile.h index ec07d60ce4..c163a35d20 100644 --- a/src/add-ons/decorators/SATDecorator/StackAndTile.h +++ b/src/add-ons/decorators/SATDecorator/StackAndTile.h @@ -121,13 +121,12 @@ public: void Rewind(); /*! Iterates over all areas in the group and return the windows in the - areas. Within on area the windows are ordered by layer position. The - bottommost window comes first. */ + areas. Within one area the windows are ordered by their layer position. + If reverseLayerOrder is false the bottommost window comes first. */ SATWindow* NextWindow(); private: - /*! The windows in the area are returned in reverse order. */ SATWindow* _ReverseNextWindow(); void _ReverseRewind();