Forum Discussion
bishalseth
5 years agoChannel Surfer
You can use below xml to make it center
<Button id="searchClick"
text=" "
height="100"
translation="[90,820]"
minWidth="570"
maxWidth="570">
<Label id="itemLabel" height="100" width="570" text="Search" vertAlign="center" horizAlign="center" />
</Button>
WSJTim
4 years agoBinge Watcher
With that method it looks fine until the button gets focus. Once that happens the label text color doesn't invert so I get an all white button where you can't see the label.