Changeset 570a3f3 in mainline for uspace/app/uidemo/uidemo.c
- Timestamp:
- 2022-12-22T12:32:03Z (2 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- df54aa8
- Parents:
- d9d6f29
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/uidemo/uidemo.c
rd9d6f29 r570a3f3 609 609 ui_wnd_params_init(¶ms); 610 610 params.caption = "UI Demo"; 611 params.style |= ui_wds_minimize_btn | ui_wds_maximize_btn | 612 ui_wds_resizable; 611 params.style |= ui_wds_maximize_btn | ui_wds_resizable; 613 612 614 613 /* FIXME: Auto layout */
Note:
See TracChangeset
for help on using the changeset viewer.