Changeset 7481ee19 in mainline for uspace/app/calculator/calculator.c
- Timestamp:
- 2021-06-23T08:15:00Z (3 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a977e37
- Parents:
- 034ce6bb
- git-author:
- Jiri Svoboda <jiri@…> (2021-06-22 17:14:40)
- git-committer:
- Jiri Svoboda <jiri@…> (2021-06-23 08:15:00)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/calculator/calculator.c
r034ce6bb r7481ee19 945 945 ui_entry_set_rect(display, &calc.geom.entry_rect); 946 946 ui_entry_set_halign(display, gfx_halign_right); 947 ui_entry_set_read_only(display, true); 947 948 948 949 rc = ui_fixed_add(fixed, ui_entry_ctl(display));
Note:
See TracChangeset
for help on using the changeset viewer.