add GitGraph build file

This commit is contained in:
lxsang
2022-07-04 22:36:20 +02:00
parent e48c535f08
commit 0b50d75f30
8 changed files with 341 additions and 0 deletions

View File

@ -0,0 +1,12 @@
<afx-app-window apptitle="LibGitGraph" width="600" height="400" data-id="GitGraph">
<afx-vbox>
<afx-hbox data-height="25">
<afx-button data-width="24" iconclass = "bi bi-folder2-open" data-id="btn-open"></afx-button>
<afx-label data-id="txt-repo"></afx-label>
</afx-hbox>
<afx-hbox >
<div data-id="git-graph">
</div>
</afx-hbox>
</afx-vbox>
</afx-app-window>