Changeset 45004f3 in mainline for uspace/lib/ui/src/resource.c


Ignore:
Timestamp:
2021-09-01T09:45:37Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1ebcb791
Parents:
b79c91cc
git-author:
Jiri Svoboda <jiri@…> (2021-08-31 19:44:34)
git-committer:
Jiri Svoboda <jiri@…> (2021-09-01 09:45:37)
Message:

Text-style window title bar

File:
1 edited

Legend:

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

    rb79c91cc r45004f3  
    368368                goto error;
    369369
    370         rc = gfx_color_new_ega(0x1f, &tbar_act_bg_color);
    371         if (rc != EOK)
    372                 goto error;
    373 
    374         rc = gfx_color_new_ega(0x1e, &tbar_act_text_color);
     370        rc = gfx_color_new_ega(0x70, &tbar_act_bg_color);
     371        if (rc != EOK)
     372                goto error;
     373
     374        rc = gfx_color_new_ega(0x70, &tbar_act_text_color);
    375375        if (rc != EOK)
    376376                goto error;
Note: See TracChangeset for help on using the changeset viewer.