case 'right':
            newBound = bounds.x + options.distance
            options.targetWindow.setBounds( { x: newBound } )
            if ( shouldSaveSettings ) {