Skip to content

Commit 7e98183

Browse files
last last
1 parent 081ef0e commit 7e98183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/org.eclipse.swt/Eclipse SWT Tests/win32/org/eclipse/swt/widgets/CoordinateSystemMapperTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ private Monitor createMonitor(CoordinateSystemMapper mapper, Rectangle boundsInP
4343
private void setupMonitors(CoordinateSystemMapper mapper) {
4444
Rectangle boundsInPixelsForLeftMonitor = new Rectangle(0, 0, 2000, 2000);
4545
Rectangle boundsInPixelsForRightMonitor = new Rectangle(2000, 0, 2000, 2000);
46-
monitors = new Monitor[] { createMonitor(mapper, boundsInPixelsForLeftMonitor, 200),
46+
monitors = new Monitor[] { createMonitor(mapper, boundsInPixelsForLeftMonitor, 350),
4747
createMonitor(mapper, boundsInPixelsForRightMonitor, 100) };
4848
}
4949

0 commit comments

Comments
 (0)