Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r922 committed - Changed color of active button in flash client

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r922 committed - Changed color of active button in flash client


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r922 committed - Changed color of active button in flash client
  • Date: Mon, 17 Feb 2014 10:38:48 +0000

Revision: 922
Author:

Date: Mon Feb 17 10:38:41 2014 UTC
Log: Changed color of active button in flash client

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

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

=======================================
--- /branches/FlashIssue118/flash-client/src/GUI.as Wed Feb 12 13:14:56 2014 UTC
+++ /branches/FlashIssue118/flash-client/src/GUI.as Mon Feb 17 10:38:41 2014 UTC
@@ -392,7 +392,7 @@

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



  • [ndt-dev] [ndt] r922 committed - Changed color of active button in flash client, ndt, 02/17/2014

Archive powered by MHonArc 2.6.16.

Top of Page