pinnedOffsetX
perf pinnedOffsetX int offset
Description
Specifies the offset in pixels to shift a pinned toolbar in the horizontal direction. The default offset is 250 pixels.
This environment variable is referenced when the environment variable lauchUI is set to pinned. A negative offset value means that the toolbar is shifted to the left.
Examples
envGetVal("perf" "pinnedOffsetX")
envSetVal("perf" "pinnedOffsetX" 'int 300) ;shift to right
envSetVal("perf" "pinnedOffsetX" 'int -250) ;shift to left
Related Topics
Return to top