api samples: update converter for new style API

This commit is contained in:
nakst 2022-02-11 09:49:50 +00:00
parent 2f4adc3436
commit 76a5ab5bb9
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ void _start() {
ES_CELL_H_CENTER // Horizontally center it in panelRoot.
| ES_PANEL_STACK // Use the stack layout.
| ES_PANEL_VERTICAL, // Layout child elements from top to bottom.
&stylePanelStack);
EsStyleIntern(&stylePanelStack));
// Add a second layout panel to panelStack to contain the elements of the form.
EsPanel *panelForm = EsPanelCreate(