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/26 16:56:03 UTC

[28/50] [abbrv] git commit: [flex-asjs] [refs/heads/master] - fix when we force sizing

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/master
Commit: 908477e67ff9ed7ae5898123ef9ff43baf0a1e2f
Parents: c55a238
Author: Alex Harui <ah...@apache.org>
Authored: Wed Jun 7 23:22:26 2017 -0700
Committer: Alex Harui <ah...@apache.org>
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
 			{