# HG changeset patch # User Claus Gittinger # Date 1280304395 -7200 # Node ID 4ad46363cf3c7899890630fcecf8d1228fe5e64c # Parent 56fb74312287d7870e84851446fb612a17d09a51 changed: #helpSpec diff -r 56fb74312287 -r 4ad46363cf3c UIPainter.st --- a/UIPainter.st Wed Jul 28 10:06:04 2010 +0200 +++ b/UIPainter.st Wed Jul 28 10:06:35 2010 +0200 @@ -241,10 +241,10 @@ 'Aligns the selected widgets'' top and bottom edges with the dominant widget.' #centerSelectionHor -'Centers the selected widgets'' horizontally within their containing widget.' +'Centers the selected widgets horizontally within their containing widget.' #centerSelectionVer -'Centers the selected widgets'' vertically within their containing widget.' +'Centers the selected widgets vertically within their containing widget.' #changePositionDown 'Moves the selected widget(s) towards the bottom.' @@ -454,6 +454,8 @@ 'Toggle between default and explicit color' ) + + "Modified: / 28-07-2010 / 10:02:50 / cg" ! ! !UIPainter class methodsFor:'helpers'!