Control Edit how to move hinttext to center with texture
#1
xml:
<control type="edit" id="71"> <!-- Host IP Address -->
<description>Host IP Address</description>
<left>325</left>
<top>200</top>
<height>50</height>
<width>350</width>
<onleft>71</onleft>
<onright>71</onright>
<onup>71</onup>
<ondown>73</ondown>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<textoffsetx>75</textoffsetx>
<textoffsety>100</textoffsety>
</control>

That is what I have but textoffsety is not working and it seems that there was a simple answer to this but i cant find it and i have forgotten its been so long.
Shield TV | Windows 10 | Mariadb | Mii Box
Evolve Ecosystem Repo | TV Melodies | Madnox Holiday Mod
Reply
#2
I think you'll have to change your <aligny>center</aligny> to <aligny>top</aligny> in order to use the offsety value.
Reply

Logout Mark Read Team Forum Stats Members Help
Control Edit how to move hinttext to center with texture0