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:
parent
b685a8971f
commit
b1312a5167
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue