View Single Post
04-27-23, 03:58 PM   #12
AeroMaxxD
An Aku'mai Servant
Join Date: Dec 2022
Posts: 33
Would you happen to know why there is a gold vertical line on this tab?

https://imgur.com/a/5FiQzbl

XML is here. https://paste.ee/p/zzGka

Code:
<Button name="$parent_Options" inherits="PanelTopTabButtonTemplate" text="Options">
				<Anchors>
					<Anchor point="BOTTOMLEFT" x="98" y="440"/>
				</Anchors>
				<ButtonText parentKey="Text">
					<Size x="0" y="10"/>
					<Anchors>
						<Anchor point="CENTER" x="0" y="-8"/>
					</Anchors>
				</ButtonText>
			</Button>
  Reply With Quote