Changeset a5d20a3 in mainline


Ignore:
Timestamp:
2021-11-12T20:58:01Z (2 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3b1660a
Parents:
232bf2c
Message:

Fix vertical label alignment

File:
1 edited

Legend:

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

    r232bf2c ra5d20a3  
    217217        fmt.color = label->res->wnd_text_color;
    218218        fmt.halign = label->halign;
    219         fmt.valign = gfx_valign_top;
     219        fmt.valign = label->valign;
    220220
    221221        rc = gfx_puttext(label->res->font, &pos, &fmt, label->text);
Note: See TracChangeset for help on using the changeset viewer.