Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r924 committed - Removed unnecessary whitespace in GUI.as

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r924 committed - Removed unnecessary whitespace in GUI.as


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r924 committed - Removed unnecessary whitespace in GUI.as
  • Date: Mon, 17 Feb 2014 11:42:57 +0000

Revision: 924
Author:

Date: Mon Feb 17 11:42:31 2014 UTC
Log: Removed unnecessary whitespace in GUI.as

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

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

=======================================
--- /branches/FlashIssue113/flash-client/src/GUI.as Mon Feb 17 10:26:52 2014 UTC
+++ /branches/FlashIssue113/flash-client/src/GUI.as Mon Feb 17 11:42:31 2014 UTC
@@ -247,7 +247,7 @@
_detailsButton.y = _resultsButton.y + verticalMargin;
_errorsButton.y = _detailsButton.y + verticalMargin;
_debugButton.y = _errorsButton.y + verticalMargin;
- _restartButton.y = CONFIG::debug ? _debugButton.y + verticalMargin
+ _restartButton.y = CONFIG::debug ? _debugButton.y + verticalMargin
: _errorsButton.y + verticalMargin;
_resultsButton.x += _resultsButton.width / 2;
_detailsButton.x += _detailsButton.width / 2;


  • [ndt-dev] [ndt] r924 committed - Removed unnecessary whitespace in GUI.as, ndt, 02/17/2014

Archive powered by MHonArc 2.6.16.

Top of Page