[Change] Event History box is now more translucent.

This commit is contained in:
Tamir Atias 2012-02-02 01:33:15 +02:00
parent 3e01f285e4
commit 7c63598b1a
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject> <!DOCTYPE QtCreatorProject>
<!-- Written by Qt Creator 2.4.1, 2012-02-02T01:00:55. --> <!-- Written by Qt Creator 2.4.1, 2012-02-02T01:31:32. -->
<qtcreator> <qtcreator>
<data> <data>
<variable>ProjectExplorer.Project.ActiveTarget</variable> <variable>ProjectExplorer.Project.ActiveTarget</variable>

View File

@ -61,7 +61,7 @@ void EventHistory::Render(void) {
_bgx, _bgy, _bgx, _bgy,
_bgx + BOX_WIDTH, _bgy + BOX_HEIGHT, _bgx + BOX_WIDTH, _bgy + BOX_HEIGHT,
8, 8,
0, 0, 0, 200); 0, 0, 0, 128);
roundedRectangleRGBA(screen, roundedRectangleRGBA(screen,
_bgx, _bgy, _bgx, _bgy,