fix when we force sizing

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

Branch: refs/heads/release0.8.0
Commit: 908477e67ff9ed7ae5898123ef9ff43baf0a1e2f
Parents: c55a238
Author: Alex Harui <[email protected]>
Authored: Wed Jun 7 23:22:26 2017 -0700
Committer: Alex Harui <[email protected]>
Committed: Wed Jun 7 23:27:16 2017 -0700

----------------------------------------------------------------------
 .../src/main/flex/org/apache/flex/html/beads/NumericStepperView.as | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/908477e6/frameworks/projects/Basic/src/main/flex/org/apache/flex/html/beads/NumericStepperView.as
----------------------------------------------------------------------
diff --git 
a/frameworks/projects/Basic/src/main/flex/org/apache/flex/html/beads/NumericStepperView.as
 
b/frameworks/projects/Basic/src/main/flex/org/apache/flex/html/beads/NumericStepperView.as
index 4c7e6ba..9d08d56 100644
--- 
a/frameworks/projects/Basic/src/main/flex/org/apache/flex/html/beads/NumericStepperView.as
+++ 
b/frameworks/projects/Basic/src/main/flex/org/apache/flex/html/beads/NumericStepperView.as
@@ -82,8 +82,6 @@ package org.apache.flex.html.beads
                        input = new TextInput();
             input.className = "NumericStepperInput";
             input.typeNames = "NumericStepperInput";
-                       input.width = 100;
-                       input.height = 22;
                        IParent(value).addElement(input);
                        COMPILE::JS
                        {

Reply via email to