Hi guys hope someone can clear this up

Is it possible to centre the text with the <widget name="list" I've tried align="center" and tried a multitemplate which had no effect I know this works with the widget menu as I've tried it.

Appreciate if anyone can clear it up. 👍

<screen name="MessageBoxSimple" position="fill" flags="wfNoBorder" backgroundColor="transparent">
<panel name="MessageBoxTemplate3"/>
</screen>

<screen name="MessageBoxTemplate3" position="fill" flags="wfNoBorder" backgroundColor="menubackground">


<ePixmap position="0,0" size="1920,361" pixmap="images/infobar_top.png" zPosition="-1"/>
<ePixmap position="95,780" size="1920,361" pixmap="images/player_icons/blank_holder.png" zPosition="-1"/>
<ePixmap position="933,56" size="63,95" pixmap="images/up-down-arrow.png" alphatest="blend" zPosition="5"/>



<widget name="QuestionPixmap" pixmap="icons/input_question.png" backgroundColor="menubackground" position="156,820" size="71,71" alphatest="on" zPosition="1" />
<widget name="InfoPixmap" pixmap="icons/input_info.png" backgroundColor="menubackground" position="156,820" size="71,71" alphatest="on" zPosition="1" />
<widget name="ErrorPixmap" pixmap="icons/input_error.png" backgroundColor="menubackground" position="156,820" size="71,71" alphatest="on" zPosition="1" />



<widget name="list" render="Listbox" position="470,74" size="1060,54" font="Regular;34" halign="center" valign="center" itemHeight="54" backgroundColor="menubackground" transparent="1" enableWrapAround="1" scrollbarMode="showNever" zPosition="4"/>


<widget name="text" position="0,0" size="1920,54" font="Regular;36" foregroundColor="#E6E6E6" backgroundColor="menubackground" transparent="1" halign="center" valign="center" zPosition="4"/>
</screen>