Fixed pivot padding from the right.
authorKent Sutherland <ksuther@ithinksw.com>
Fri, 14 Nov 2003 12:51:43 +0000 (12:51 +0000)
committerKent Sutherland <ksuther@ithinksw.com>
Fri, 14 Nov 2003 12:51:43 +0000 (12:51 +0000)
ITPivotWindowEffect.m

index cf92f12..7c59705 100755 (executable)
         transform.tx = -( 32.0 + [[_window screen] visibleFrame].origin.x );
     } else if ( [(ITTransientStatusWindow *)_window horizontalPosition] == ITWindowPositionRight ) {
         transform.tx = -( 32.0 + [[_window screen] visibleFrame].origin.x ) + [_window frame].size.width;
-        appearPoint.x = -(([[_window screen] visibleFrame].size.width + [[_window screen] visibleFrame].origin.x) - 32.0);
+        appearPoint.x = -(([[_window screen] visibleFrame].size.width + [[_window screen] visibleFrame].origin.x) - 64.0);
     } else if ( [(ITTransientStatusWindow *)_window horizontalPosition] == ITWindowPositionCenter ) {
         appearPoint.x = ( [_window frame].size.width - [[_window screen] visibleFrame].size.width ) / 2;
     }