File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/WindowAcrobatics-Tests.package/WAAlignerTest.class Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ testAlignLastUsedWindows
77 window2 := SystemWindow new openInWorld.
88 window3 := SystemWindow new openInWorld.
99
10- WAAligner new alignLastUsedWindows.
10+ WAAligner new alignLastUsedWindows: 4 .
1111
1212 self assert: (window1 width = (World width / 2 ) asInteger) description: ' Width is incorrect' .
1313 self assert: (window2 height = ((World height - 18 ) / 2 ) asInteger) description: ' Height is incorrect' .
Original file line number Diff line number Diff line change 22 "class" : {
33 },
44 "instance" : {
5- "testAlignLastUsedWindows" : " jh 6/15 /2017 16:35 " ,
5+ "testAlignLastUsedWindows" : " jh 6/20 /2017 12:42 " ,
66 "testAlignWindowBottom" : " jh 6/15/2017 13:42" ,
77 "testAlignWindowFull" : " jh 6/15/2017 13:43" ,
88 "testAlignWindowLeft" : " jh 6/15/2017 13:43" ,
You can’t perform that action at this time.
0 commit comments