mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-26 09:35:37 +00:00
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
@ -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…
x
Reference in New Issue
Block a user