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 2015/01/12 19:51:00 UTC

[08/12] git commit: [flex-asjs] [refs/heads/develop] - make NS look better

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 <ah...@apache.org>
Authored: Mon Jan 12 10:47:15 2015 -0800
Committer: Alex Harui <ah...@apache.org>
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