Hello all,
I'm still skinning my logon screen, what I would like to be able to do right now is put the "Welcome back" on the left side of the DP. Is there a way to achive that???
I tried moving the:
code:
<Element Id=atom(idHeaderTitle) FontFace="Coconut-BoldD" FontSize=rcint("msgr",20983)pt Foreground=rcclr("msgr",20768) Padding=Rect(0,0,0,5)/>
in the
code:
<Element Layout=FillLayout() Active=0>
<element layoutpos=auto layout=FillLayout() id=atom(idUserTileArea)>
<element layout=FillLayout() id=atom(idUserTileVisibility) padding=Rect(4,20,0,0) visible=true>
<element layout=FillLayout() id=atom(idUserTileContainer) class="Full">
<element background=rcclr("msgr",20720)/>
<MSGRAsyncImage tooltip=true errorimage=48024 loadingImage=48024 class="Full" id=atom(idUserTile) Enabled=false Accessible=true AccName=rcstr("msgr",46415) AccRole=40/>
</element>
<element id=atom(idUserTileBorder) class="Full" tag=1/>
</element>
</element>
</Element>
It's either on top or at the bottom but I can't put it on the left side!
Thanks