Skip to content

Commit

Permalink
Updating React Example Style
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertShown committed Nov 22, 2024
1 parent f59d046 commit 3962874
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 17 deletions.
4 changes: 2 additions & 2 deletions examples/C/react/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ int main() {
size_t react_window = webui_new_window();

// Set window size
webui_set_size(react_window, 800, 800);
webui_set_size(react_window, 550, 450);

// Set window position
webui_set_position(react_window, 200, 200);
webui_set_position(react_window, 250, 250);

// Allow multi-user connection to WebUI window
webui_set_config(multi_client, true);
Expand Down
Loading

0 comments on commit 3962874

Please sign in to comment.