make NS look better
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/ca57b868 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/ca57b868 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/ca57b868 Branch: refs/heads/develop Commit: ca57b868147cb7b360afb7d2f7f7c3f9ae793ae5 Parents: 9901c45 Author: Alex Harui <[email protected]> Authored: Mon Jan 12 10:47:15 2015 -0800 Committer: Alex Harui <[email protected]> Committed: Mon Jan 12 10:47:15 2015 -0800 ---------------------------------------------------------------------- .../FlexJSUI/src/org/apache/flex/html/beads/NumericStepperView.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/ca57b868/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/NumericStepperView.as ---------------------------------------------------------------------- diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/NumericStepperView.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/NumericStepperView.as index 4bd5ec9..ab099ba 100644 --- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/NumericStepperView.as +++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/NumericStepperView.as @@ -89,7 +89,7 @@ package org.apache.flex.html.beads spinner.addBead( UIBase(value).model ); IParent(value).addElement(spinner); spinner.width = 17; - input.height = spinner.height; // should be spinner.height = input.height but the spinner buttons won't get small enough + spinner.height = input.height; // listen for changes to the text input field which will reset the // value. ideally, we should either set the input to accept only
