Changeset 5a68791 in mainline
- Timestamp:
- 2021-02-02T10:58:33Z (4 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ef734b7
- Parents:
- f14a900
- git-author:
- Jiri Svoboda <jiri@…> (2021-02-01 20:57:50)
- git-committer:
- Jiri Svoboda <jiri@…> (2021-02-02 10:58:33)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/src/rbutton.c
rf14a900 r5a68791 281 281 /* Label position */ 282 282 pos.x = center.x + rbutton_oframe_r + rbutton_label_margin; 283 pos.y = (rbutton->rect.p0.y + rbutton->rect.p1.y) / 2;283 pos.y = center.y; 284 284 285 285 gfx_text_fmt_init(&fmt);
Note:
See TracChangeset
for help on using the changeset viewer.