mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-12-27 01:38:21 +01:00
fix MarketPlace ui bug when language change
This commit is contained in:
parent
e01d41c76b
commit
6c7aec69b7
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user