Changeset 320abf3 in mainline for uspace/lib/ui/src/rbutton.c


Ignore:
Timestamp:
2021-08-13T16:00:53Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ce0a5af
Parents:
297b1b3
Message:

Do not set alignment twice

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/src/rbutton.c

    r297b1b3 r320abf3  
    332332        gfx_text_fmt_init(&fmt);
    333333        fmt.color = rbutton->group->res->wnd_text_color;
    334         fmt.halign = gfx_halign_left;
    335         fmt.valign = gfx_valign_center;
    336334
    337335        rc = gfx_puttext(rbutton->group->res->font, &pos, &fmt,
Note: See TracChangeset for help on using the changeset viewer.