move some optional packages to new repository

This commit is contained in:
Xuan Sang LE
2020-05-20 23:13:28 +02:00
parent 36d1797c24
commit 5cabfc4569
159 changed files with 52544 additions and 58 deletions

View File

@ -1,5 +1,10 @@
<afx-app-window apptitle="__(About AntOS)" width="450" height="500" data-id="About">
<afx-hbox >
<afx-vbox >
<div data-id="container" style="padding:10px;overflow:auto;"></div>
</afx-hbox>
<afx-hbox data-height="30" style="text-align: right;">
<afx-button data-id="btnclose" text="__(Close)"></afx-button>
<div data-width="5"></div>
</afx-hbox>
<div data-height="5"></div>
</afx-vbox>
</afx-app-window>