Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gmfdz-0003bp-BE for pgadmin-hackers@arkaria.postgresql.org; Thu, 24 Jan 2019 14:06:11 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1gmfdx-0001Dx-SC for pgadmin-hackers@arkaria.postgresql.org; Thu, 24 Jan 2019 14:06:09 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gmfdx-0001DL-JH for pgadmin-hackers@lists.postgresql.org; Thu, 24 Jan 2019 14:06:09 +0000 Received: from mail-wm1-x341.google.com ([2a00:1450:4864:20::341]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gmfdu-0004vI-G9 for pgadmin-hackers@postgresql.org; Thu, 24 Jan 2019 14:06:08 +0000 Received: by mail-wm1-x341.google.com with SMTP id y139so3219054wmc.5 for ; Thu, 24 Jan 2019 06:06:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin-org.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=eIkouhFYAj3/gE+HXP3LBwrIclMfQl+excuD/i6iwHE=; b=sF8MKETzY5e2vV/8fyLXaK+oWhME6SSgGJLV8cG5mrS9ezxISxa8GUc0WbmTb/tuxy VNo/kDPfAzqc2YQlE81yFKDlEV9XJLXdZ78zZnwItexSeWlRTVEg1a3wsHtx+9DxwxiJ nRCwp6e3XyDMZ4ZK0WyujwPWbXlZBlwf1OhJXLcoQnZhdYECOA4SI+euKH1KTwYGqdcx EBmB2+lWVWNg7Hgtsk9FCDnAkJaJ6slwmlJQuHGbLL9S8Tve3qvwX7LAkq6fB6j3lUM1 s8estQwPfPR1G0xVmMqZsnt3GyKQv6t3dyESrD4myVlcBxApwd6Nqu+QAOvsgK04SgEQ DUgw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=eIkouhFYAj3/gE+HXP3LBwrIclMfQl+excuD/i6iwHE=; b=TrpjbwbiBWDzD5UDlCMU2bBL+YG97jVs5fybMTRkbyY6JyIyZ9N4ataOK1kDkA/A+U If+8/xAuxzBKiMmgqeOyIjxvg1vJgUG/k3Z5CHm4mi09ZfIZj1EZoPnMx06Te4zklcYN dXpEbz09kU2bKkAl6k1YBxh500O8wscXKVYHhkpkE433qgEe0QbNX0vaeeIk7LRpj5gH 7ju45JoJKNBehQJgVj1cBalpaOGgLhWBEj4OkNVbLEVPWmgONqAJxWo6ZuAwGXarBPLc zRxcIfll0GzuCDMitMKtrKKne3q4/dzAZv8FJOqpPMIBQhvF6MAXp4t9z8gqJNpTVL1w q2XQ== X-Gm-Message-State: AJcUukfOeKL90I8gxRRo0NK/JIWTJH7E9ovtHFCXAyKLtgzwKBj2BNih m1U1VSdRxGSdqOe5I6r40RlImuR6QYXx/up0bJ+PWw== X-Google-Smtp-Source: ALg8bN7/HnXiViMigERbuoMoZ/aL5xnkp4ECFVhltarTb8oDolp7ckguznP7VKfYcYIN2EDAcXifOexzUPp9lYvlOmQ= X-Received: by 2002:a1c:7719:: with SMTP id t25mr3017611wmi.7.1548338764066; Thu, 24 Jan 2019 06:06:04 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Dave Page Date: Thu, 24 Jan 2019 14:05:52 +0000 Message-ID: Subject: Re: [pgAdmin4][RM3695] Long name is not displayed completely in Drop confirmation pop up screen for server group To: Aditya Toshniwal Cc: Akshay Joshi , pgadmin-hackers Content-Type: multipart/alternative; boundary="000000000000063bd3058034b6a7" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --000000000000063bd3058034b6a7 Content-Type: text/plain; charset="UTF-8" Akshay, Are you look into this? Thanks. On Fri, Jan 18, 2019 at 9:58 AM Aditya Toshniwal < aditya.toshniwal@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the revised patch. The previous patch may affect changes at > unwanted places. > The revised patch has limited scope and will affect only where required. > > Kindly review. > > > On Tue, Jan 15, 2019 at 6:24 PM Akshay Joshi < > akshay.joshi@enterprisedb.com> wrote: > >> Thanks patch applied. >> >> On Tue, Jan 15, 2019 at 10:50 AM Aditya Toshniwal < >> aditya.toshniwal@enterprisedb.com> wrote: >> >>> Hi Hackers, >>> >>> Attached is a tiny patch to fix long name display in dialogs. >>> >>> -- >>> Thanks and Regards, >>> Aditya Toshniwal >>> Software Engineer | EnterpriseDB Software Solutions | Pune >>> "Don't Complain about Heat, Plant a tree" >>> >> >> >> -- >> *Akshay Joshi* >> >> *Sr. Software Architect * >> >> >> >> *Phone: +91 20-3058-9517Mobile: +91 976-788-8246* >> > > > -- > Thanks and Regards, > Aditya Toshniwal > Software Engineer | EnterpriseDB Software Solutions | Pune > "Don't Complain about Heat, Plant a tree" > -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company --000000000000063bd3058034b6a7 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Akshay,

Are you look into this?

Thanks.

On Fri, Jan 18, 2019 at 9:58 AM Aditya Toshn= iwal <aditya.toshni= wal@enterprisedb.com> wrote:
Hi Hackers,

Attached is the revised pa= tch. The previous patch may affect changes at unwanted places.
The revised = patch has limited scope and will affect only where required.

Kindly re= view.


On Tue, Jan 15, 2019 at 6:24 PM = Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:
Thanks patch applied= .

On Tue, Jan 15, 2019= at 10:50 AM Aditya Toshniwal <aditya.toshniwal@enterprisedb.com> wro= te:
= Hi Hackers,

Attached is a tiny patch to fix long name display in dialo= gs.

--
Thanks and Regards,
Aditya Toshniwal
<= div>Software Engineer |=C2=A0En= terpriseDB Software Solutions |=C2=A0Pu= ne
"Don't Complain= about Heat, Plant a tree"
=


--
<= b>Akshay Joshi
Sr. Software Architect

<= div>
Phone= : +91 20-3058-9517
Mobile: +91 976-788-8246


--
Thanks and Regards,
Aditya Toshniwal
Software Engineer |=C2=A0EnterpriseDB Software Sol= utions |=C2=A0Pune
"Don't Complain about Heat, Plant a tr= ee"


--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @p= gsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL = Company
--000000000000063bd3058034b6a7--