Skip to Content.
Sympa Menu

ndt-dev - Re: [ndt-dev] [ndt] r933 committed - Changed text color of active button in flahs client

Subject: NDT-DEV email list created

List archive

Re: [ndt-dev] [ndt] r933 committed - Changed text color of active button in flahs client


Chronological Thread 
  • From: Tiziana Refice <>
  • To:
  • Cc: "<>" <>
  • Subject: Re: [ndt-dev] [ndt] r933 committed - Changed text color of active button in flahs client
  • Date: Tue, 18 Feb 2014 14:15:19 +0000

src/GUI.as has many trailing white spaces.
Could you remove them?


On Tue, Feb 18, 2014 at 9:54 AM, <> wrote:
Revision: 933
Author:  
Date:     Tue Feb 18 09:54:30 2014 UTC
Log:      Changed text color of active button in flahs client

http://code.google.com/p/ndt/source/detail?r=933

Modified:
 /branches/FlashIssue118/flash-client/src/GUI.as

=======================================
--- /branches/FlashIssue118/flash-client/src/GUI.as     Mon Feb 17 10:38:41 2014 UTC
+++ /branches/FlashIssue118/flash-client/src/GUI.as     Tue Feb 18 09:54:30 2014 UTC
@@ -392,7 +392,7 @@

   public function setActive():void {
     var textFormat:TextFormat = _textField.getTextFormat();
-    textFormat.color = 0x00FA9A;
+    textFormat.color = 0x00DBA8;
     _textField.setTextFormat(textFormat);
   }





Archive powered by MHonArc 2.6.16.

Top of Page