You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2017/06/17 05:08:14 UTC

[3/8] git commit: [flex-asjs] [refs/heads/tlf] - remove padding so selection shapes line up on JS

remove padding so selection shapes line up on JS


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/3172982b
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/3172982b
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/3172982b

Branch: refs/heads/tlf
Commit: 3172982b21ec7616ed3fe4b6e563e3b05840ec57
Parents: 12b476c
Author: Alex Harui <ah...@apache.org>
Authored: Wed Jun 14 23:21:26 2017 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Fri Jun 16 22:08:44 2017 -0700

----------------------------------------------------------------------
 manualtests/TLFEditTestFlexJS/src/TLFEditTestFlexJS.mxml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/3172982b/manualtests/TLFEditTestFlexJS/src/TLFEditTestFlexJS.mxml
----------------------------------------------------------------------
diff --git a/manualtests/TLFEditTestFlexJS/src/TLFEditTestFlexJS.mxml b/manualtests/TLFEditTestFlexJS/src/TLFEditTestFlexJS.mxml
index 1f98b72..22d468d 100644
--- a/manualtests/TLFEditTestFlexJS/src/TLFEditTestFlexJS.mxml
+++ b/manualtests/TLFEditTestFlexJS/src/TLFEditTestFlexJS.mxml
@@ -21,7 +21,7 @@
 		  border: 1px solid #808080;
 		  backgroundColor: #00FFFF;
 		  border-radius: 2px;
-		  padding: 4px;
+		  padding: 0px;
 		  margin: 0px;
 		}
     </fx:Style>