Tooltips: increased bg opacity to match GUI2 ones
Makes it easier to read the text too.
This commit is contained in:
parent
a18522acb8
commit
f5effa03f3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue