mirror of https://github.com/mpv-player/mpv
better readability on selected menu item by tweaking alpha channel properties
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19765 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
735e1025de
commit
d9c9a14876
|
@ -56,9 +56,9 @@ extern const menu_list_priv_t menu_list_priv_dflt;
|
|||
0,0, \
|
||||
5, 3, \
|
||||
NULL, \
|
||||
0xE0, 0x20, \
|
||||
0x80, 0x50, \
|
||||
0xC0, 0x50 \
|
||||
0xFF, 0xFF, \
|
||||
0xFF, 0xFF, \
|
||||
0xA4, 0x50 \
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue