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;
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;