View Single Post
02-01-14, 09:35 AM   #3
Rainrider
A Firelord
AddOn Author - Click to view addons
Join Date: Nov 2008
Posts: 454
150 = segment + space + segment + space + segment + space + segment
150 = 4 * segment + 3 * space
4 * segment = 150 - 3 * space
segment = (150 - 3 * space) / 4

You set space to 3 in your SetPoint call. So your solution should be 141/4

Sorry for multiple editing

Last edited by Rainrider : 02-01-14 at 10:06 AM.
  Reply With Quote