次の画像は、左側の xe:toolBarButton の mblDomButtonWhitePlus アイコンの適切な配置を示していますが、xe:djxmHeading の右側ではあまり適切ではありません。
ページ ヘッダー コントロールのソースは次のとおりです。
<xe:djxmHeading id="djxmHeading1" label="appPage1">
<xe:toolBarButton id="toolBarButton3" moveTo="appPage2">
<xe:this.dojoAttributes>
<xp:dojoAttribute name="icon" value="mblDomButtonWhitePlus">
</xp:dojoAttribute>
</xe:this.dojoAttributes>
</xe:toolBarButton>
<xp:this.facets>
<xe:toolBarButton id="toolBarButton4" moveTo="appPage3"
xp:key="actionFacet">
<xe:this.dojoAttributes>
<xp:dojoAttribute name="icon" value="mblDomButtonWhitePlus">
</xp:dojoAttribute>
</xe:this.dojoAttributes>
</xe:toolBarButton>
</xp:this.facets>
</xe:djxmHeading>
ページ見出しの actionFacet で xe:toolBarButton のアイコンの配置を修正する方法についてのアイデアはありますか?