Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C575A200CD7 for ; Mon, 26 Jun 2017 19:50:43 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C4179160C01; Mon, 26 Jun 2017 17:50:43 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 28AD6160BDE for ; Mon, 26 Jun 2017 19:50:42 +0200 (CEST) Received: (qmail 10853 invoked by uid 500); 26 Jun 2017 17:50:40 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 10769 invoked by uid 99); 26 Jun 2017 17:50:40 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Jun 2017 17:50:40 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E775AF16BB; Mon, 26 Jun 2017 17:50:38 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aharui@apache.org To: commits@flex.apache.org Date: Mon, 26 Jun 2017 17:51:03 -0000 Message-Id: <7a3b2ae43eb44cfeb22232f5908d437e@git.apache.org> In-Reply-To: <6bcfe240179042eba7d0ffbc6d534c80@git.apache.org> References: <6bcfe240179042eba7d0ffbc6d534c80@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [26/50] [abbrv] git commit: [flex-asjs] [refs/heads/develop] - fix when we force sizing archived-at: Mon, 26 Jun 2017 17:50:43 -0000 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/develop Commit: 908477e67ff9ed7ae5898123ef9ff43baf0a1e2f Parents: c55a238 Author: Alex Harui Authored: Wed Jun 7 23:22:26 2017 -0700 Committer: Alex Harui 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 {