fix MarketPlace ui bug when language change

This commit is contained in:
Xuan Sang LE 2018-03-12 10:35:58 +01:00
parent e01d41c76b
commit 6c7aec69b7

View File

@ -8,10 +8,11 @@
<afx-vbox data-id = "container">
<div data-id = "appname" data-height = "25"></div>
<afx-hbox data-height = "25">
<afx-button data-id = "bt-remove" text = "__(Uninstall)" data-width = "65"></afx-button>
<afx-button data-id = "bt-exec" text = "__(Launch)" data-width = "50"></afx-button>
<afx-button data-id = "bt-install" text = "__(Install)" data-width = "50"></afx-button>
<div></div>
<div style = "text-align:left;">
<afx-button data-id = "bt-remove" text = "__(Uninstall)"></afx-button>
<afx-button data-id = "bt-exec" text = "__(Launch)"></afx-button>
<afx-button data-id = "bt-install" text = "__(Install)" ></afx-button>
</div>
</afx-hbox>
<div>
<p data-id = "app-desc"></p>