Changeset a5d20a3 in mainline
- Timestamp:
- 2021-11-12T20:58:01Z (3 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3b1660a
- Parents:
- 232bf2c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/src/label.c
r232bf2c ra5d20a3 217 217 fmt.color = label->res->wnd_text_color; 218 218 fmt.halign = label->halign; 219 fmt.valign = gfx_valign_top;219 fmt.valign = label->valign; 220 220 221 221 rc = gfx_puttext(label->res->font, &pos, &fmt, label->text);
Note:
See TracChangeset
for help on using the changeset viewer.