Changeset e2b47b3c in mainline


Ignore:
Timestamp:
2026-04-20T13:46:27Z (3 weeks ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
2c21595
Parents:
5df2570
git-author:
Jiri Svoboda <jiri@…> (2026-04-20 17:46:15)
git-committer:
Jiri Svoboda <jiri@…> (2026-04-20 13:46:27)
Message:

Use a simple X for text close button decoration.

File:
1 edited

Legend:

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

    r5df2570 re2b47b3c  
    13691369        fmt.valign = gfx_valign_top;
    13701370
    1371         rc = gfx_puttext(&pbutton->rect.p0, &fmt, "[\u25a0]");
     1371        rc = gfx_puttext(&pbutton->rect.p0, &fmt, "[X]");
    13721372        if (rc != EOK)
    13731373                return rc;
Note: See TracChangeset for help on using the changeset viewer.