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 <[email protected]> Authored: Wed Jun 14 23:21:26 2017 -0700 Committer: Alex Harui <[email protected]> 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>
