Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1aw1Xv-0000sl-PJ for pgadmin-hackers@arkaria.postgresql.org; Fri, 29 Apr 2016 06:04:59 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1aw1Xv-0006us-7P for pgadmin-hackers@arkaria.postgresql.org; Fri, 29 Apr 2016 06:04:59 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1aw1Xu-0006ul-Nm for pgadmin-hackers@postgresql.org; Fri, 29 Apr 2016 06:04:58 +0000 Received: from mail-wm0-x233.google.com ([2a00:1450:400c:c09::233]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1aw1Xq-0005Y3-MS for pgadmin-hackers@postgresql.org; Fri, 29 Apr 2016 06:04:58 +0000 Received: by mail-wm0-x233.google.com with SMTP id g17so18414352wme.1 for ; Thu, 28 Apr 2016 23:04:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=DIjV0kdZRqUWJAz0pIE049vVGJYmOOwrZ4SWolxr9NM=; b=JtUUXsskEEQe/YsLGWy1FFpm8A0uRV/5ysNWUPY+ko51ZuogqB2dhrQxO1FPC1XQw2 Ji9+T3HEGFZPpzzhr81naSpKWoWvVT0mbyzW6gcpES6XJUBicmCOVSBOD7H8g222m6ht qiZ6/imRoIg6g3Id/uzNP/8rKFPtzwdC3344PsxXofmRCW2OPXLJjWEJYDjbDR26bXZI jKxgA0FLGPlKY2SeOMHPdipdMnnfkIVm1aEIG/zdEML/N1xF0ba7g4E4Y6j96HxZUa9m RX/oMPbfm0EHT8c+Q18ZSeaGT0HawC6UBP/S0LZZtnYaknfYC+m56bynSPzqM8hwiWN6 lA2w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=DIjV0kdZRqUWJAz0pIE049vVGJYmOOwrZ4SWolxr9NM=; b=VVWqtgF5lLE3nabym5bcMmTsm+EMAbjCvWC/ECGC0GsRgNa+tPBXM3Dr+srADi0wT9 TX7ox+5MEaYim9oNj6ZSn/sAvBjVBUroIVuC+Spm31WHkcKm62HFO1Wxip26u+qhz887 3ZBVpCPtycKcc2aUqhc/1W0qRZ6n1yth7A2R6n5/tHv3vichQZqgkbplG9R503JvTqlA y+pACTDHx171dGshDOLcEwdBQIatyK/dUvk1Qa/X9UrUqNnAlTR8Zai15GExUS0BhMiG y46hs5PRBZi28uNzHmKWAIf1zQJRCxQhtcLcHFSUbQrHVrxdE3zxOYaiMrpGo+GUBXx4 pgfA== X-Gm-Message-State: AOPr4FWCjSYmmiR6/AmhQOv59ZExx5nrjkAvtPVsNp2XqWZ/X2TpbiSpbky8n/s257z79oKb5DLPGSdvfDzxg1oK X-Received: by 10.28.72.132 with SMTP id v126mr1765217wma.49.1461909893157; Thu, 28 Apr 2016 23:04:53 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.53.133 with HTTP; Thu, 28 Apr 2016 23:04:23 -0700 (PDT) In-Reply-To: References: From: Surinder Kumar Date: Fri, 29 Apr 2016 11:34:23 +0530 Message-ID: Subject: Re: [pgAdmin4][Patch]: Remove default extraclass from the SqlFieldControl To: pgadmin-hackers Content-Type: multipart/alternative; boundary=001a114b6a7ee027530531996b4d X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org --001a114b6a7ee027530531996b4d Content-Type: text/plain; charset=UTF-8 Hi, More specifically to the issue. I am using SqlFieldControl in View for Definition Field which takes default height of 300px which is set by Control as default height. but as per dave's suggestion on thread http://www.postgresql.org/message-id/CA+OCxozN++8sFqJwJZ5QSFBxa7p-47apohOLtSotPBK6N5vUJA@mail.gmail.com "The Definition box on the View dialogue should start at a single line and expand as needed - see the Function dialogue". If user still need some height for control, It can be specified in* extraclasses[]* parameter which will apply to the specific field. On Thu, Apr 28, 2016 at 7:02 PM, Surinder Kumar < surinder.kumar@enterprisedb.com> wrote: > Hi, > > The *SqlFieldControl* is setting default height for textarea, which is > not needed. > It should expand as needed as similar in *SqlTabControl*. > > Please find the attached patch, review it. > > Thanks > Surinder Kumar > --001a114b6a7ee027530531996b4d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi,

More specifically to the issue.
I am using SqlFieldControl in View for Definition Field which takes = default height of 300px which is set by Control as default height. but as p= er dave's suggestion on thread

"The Definition box on the View dialogue should star= t at a single
line and expand as needed - see the Function dialog= ue".

If user still need some height for= control, It can be specified in extraclasses[] parameter which will= apply to the specific field.




--001a114b6a7ee027530531996b4d--