Increase a little tooltip's opacity (from 128 to 160).

Because they contains more text these days and it's a bit hard to read
when there is other underlying lines (as in the sidepanel)
This commit is contained in:
Ali El Gariani 2010-05-17 23:15:16 +00:00
parent b685a8971f
commit b1312a5167

View file

@ -67,7 +67,7 @@ static void show_tooltip(const tooltip& tip)
clear_tooltip();
const SDL_Color bgcolour = {0,0,0,128};
const SDL_Color bgcolour = {0,0,0,160};
SDL_Rect area = screen_area();
#ifdef USE_TINY_GUI