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