Author: shadowmaster
Date: Fri Feb  6 22:40:43 2009
New Revision: 32625

URL: http://svn.gna.org/viewcvs/wesnoth?rev=32625&view=rev
Log:
Lit up the progress bar selected text colour a bit (#BBBBBB -> #CCCCCC).

Modified:
    trunk/src/widgets/progressbar.cpp

Modified: trunk/src/widgets/progressbar.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/widgets/progressbar.cpp?rev=32625&r1=32624&r2=32625&view=diff
==============================================================================
--- trunk/src/widgets/progressbar.cpp (original)
+++ trunk/src/widgets/progressbar.cpp Fri Feb  6 22:40:43 2009
@@ -49,7 +49,7 @@
                int bcr =   0, bcg =   0, bcb =   0;            // Border color.
                int gcr = 255, gcg = 255, gcb = 255;            // Groove color.
                int     lightning_thickness = 2;
-               static const SDL_Color selected_text_color = {0xBB,0xBB,0xBB,0};
+               static const SDL_Color selected_text_color = {0xCC,0xCC,0xCC,0};
 
                SDL_Rect inner_area = {area.x+1,area.y+1,area.w-2,area.h-2};
                SDL_FillRect(surf,&area,SDL_MapRGB(surf->format,bcr,bcg,bcb));


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to