Author: mordante
Date: Sat Aug 23 17:57:16 2008
New Revision: 28881

URL: http://svn.gna.org/viewcvs/wesnoth?rev=28881&view=rev
Log:
The disabled text was fully transparent by default, fixed to fully
opaque.

Modified:
    trunk/data/gui/default/macros.cfg

Modified: trunk/data/gui/default/macros.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/gui/default/macros.cfg?rev=28881&r1=28880&r2=28881&view=diff
==============================================================================
--- trunk/data/gui/default/macros.cfg (original)
+++ trunk/data/gui/default/macros.cfg Sat Aug 23 17:57:16 2008
@@ -53,7 +53,7 @@
 
 # This gray colour is used for most text when the widget is disabled.
 #define GUI__FONT_COLOUR_DISABLED__DEFAULT
-       "128, 128, 128, 0"
+       "128, 128, 128, 255"
 #enddef
 
 # This gold colour is used for the 


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

Reply via email to