fix MarketPlace scheme bug

This commit is contained in:
lxsang 2021-03-15 13:30:07 +01:00
parent d067fa4f21
commit 26c397838b

View File

@ -3,7 +3,7 @@
<afx-vbox data-width = "200" data-id = "sidebar" min-width="150">
<afx-hbox data-height= "23" data-id="search-container">
<div data-width="17" data-id="searchicon"></div>
<input data-id = "searchbox" ></afx-hbox></input>
<input data-id = "searchbox" ></input>
</afx-hbox>
<afx-list-view data-id = "applist" dropdown = "false" width = "150"></afx-list-view>
</afx-vbox>