Changeset 9e7898e in mainline


Ignore:
Timestamp:
2013-04-23T15:03:12Z (11 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2093fbe, 3495654, aa2b32c, b38c079, ea15a89a
Parents:
3b98311
Message:

make sure the grid and label background color matches the logo background color

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/vlaunch/vlaunch.c

    r3b98311 r9e7898e  
    121121        }
    122122       
    123         pixel_t grd_bg = PIXEL(255, 240, 240, 240);
     123        pixel_t grd_bg = PIXEL(255, 255, 255, 255);
    124124        pixel_t btn_bg = PIXEL(255, 0, 0, 0);
    125125        pixel_t btn_fg = PIXEL(255, 240, 240, 240);
    126         pixel_t lbl_bg = PIXEL(255, 240, 240, 240);
     126        pixel_t lbl_bg = PIXEL(255, 255, 255, 255);
    127127        pixel_t lbl_fg = PIXEL(255, 0, 0, 0);
    128128       
Note: See TracChangeset for help on using the changeset viewer.