Spacer width was not passed down to spacer component thus its width was originally 1 upon initial mounting and then it was calculated from the combination of width of the internal elements.
After the fix, the width is passed down as initial width which (if large enough)has the potential not to be recalculated.
Story with spacers as well as default spacer size was adjusted to provide a more logical spacer size upon rendering (determined from a Full HD 1080p resolution)
A fix for #2241
Spacer width was not passed down to spacer component thus its width was originally 1 upon initial mounting and then it was calculated from the combination of width of the internal elements. After the fix, the width is passed down as initial width which (if large enough)has the potential not to be recalculated.
Story with spacers as well as default spacer size was adjusted to provide a more logical spacer size upon rendering (determined from a Full HD 1080p resolution)