Changeset 320abf3 in mainline
- Timestamp:
- 2021-08-13T16:00:53Z (3 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ce0a5af
- Parents:
- 297b1b3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/src/rbutton.c
r297b1b3 r320abf3 332 332 gfx_text_fmt_init(&fmt); 333 333 fmt.color = rbutton->group->res->wnd_text_color; 334 fmt.halign = gfx_halign_left;335 fmt.valign = gfx_valign_center;336 334 337 335 rc = gfx_puttext(rbutton->group->res->font, &pos, &fmt,
Note:
See TracChangeset
for help on using the changeset viewer.