I have a horizontal stack view with 3 labels on it. Second label ("Separator Label" in the image) just has a 'dot' as the text, but since the label is within stack view, it takes the height of the stack view and other labels. I want the dot to be in center, but it sits at the bottom. I tried changing base alignment to center and view's content mode to center, but it still remains at the bottom.
How can I make the text / dot move to the center? All I want is the dot vertically centered.
Below are the images - first image is the stack view and labels in File View, second image is contents of stack view and 3rd image is settings on the separator label.