Skip to Content.
Sympa Menu

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

Subject: NDT-DEV email list created

List archive

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


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r933 committed - Changed text color of active button in flahs client
  • Date: Tue, 18 Feb 2014 09:54:45 +0000

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