Tooltips: increased bg opacity to match GUI2 ones

Makes it easier to read the text too.
This commit is contained in:
Charles Dang 2018-03-18 03:12:18 +11:00
parent a18522acb8
commit f5effa03f3

View file

@ -67,7 +67,7 @@ static void show_tooltip(const tooltip& tip)
clear_tooltip();
const color_t bgcolor {0,0,0,160};
const color_t bgcolor {0,0,0,192};
SDL_Rect area = video.screen_area();
unsigned int border = 10;