Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1aw5zw-00075C-B3 for pgadmin-hackers@arkaria.postgresql.org; Fri, 29 Apr 2016 10:50:12 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1aw5zv-0005vh-TT for pgadmin-hackers@arkaria.postgresql.org; Fri, 29 Apr 2016 10:50:11 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1aw5zv-0005vV-Eo for pgadmin-hackers@postgresql.org; Fri, 29 Apr 2016 10:50:11 +0000 Received: from mail-io0-x22d.google.com ([2607:f8b0:4001:c06::22d]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1aw5zs-00081h-Hc for pgadmin-hackers@postgresql.org; Fri, 29 Apr 2016 10:50:10 +0000 Received: by mail-io0-x22d.google.com with SMTP id 190so98153503iow.1 for ; Fri, 29 Apr 2016 03:50:08 -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 :cc; bh=u9EfYtGwYCVVqiQQ2L4WeU3DYqvqLthsxmzyLprL7Ro=; b=gXQsITaW7i/9tcnecBsrNtssRS11bCU+MpTPnIJ8W1kJ6inbDWiR7/MKlcMc4XiSBQ o1a1pyfjdr93ihBVI3M5RLr/qwxncIH5hNmnBGc7wdzZE3wHf2anskxjAYieM2NGlwc7 3sVsVG4dSBCtsN8wF67JyxKzO15rTrsrmlvlsoOrwG1+gyUYFZw5t0kRyWi1zXGTH5iU fJeVOgNSLjbELzEDi29DeCOiiMFGxHwg0f66y4sAonuzGBdtWnmFTMapQvvbqZuOBwWD MGQ503mZuaYT+Ns3BAwfmAtBJ0dCKZ2XvoDisqkwlRYr+bsWk6zIpUT7agzJWN1lWnY2 Oi3A== 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:cc; bh=u9EfYtGwYCVVqiQQ2L4WeU3DYqvqLthsxmzyLprL7Ro=; b=QjUhtYmb7Au8OlqDobHQnUBhoK9vwYaRhH/9PT8BCeCqqi7gx9motr6Gc6HIpsFe9S BmdAGY5K0UXRmC0WA+uNoRBJD0pFQLnRIfmb8IEbYHHrZeCBuFAh8bOFNooBbTFvL8L0 Zb/TgnHQ2IjKTFGiuyaC8NGEbZtZx5NeSkSx+qIOo+xy9lWoDgKshGl4udk7ahaGrmMN DdvdKfu7uJsPeFqQ8mKLHhQwOHjJJ8twf3Xy6RpztB5tSqEzParMzCvrkzUeS4TB1C6c 7MHyBwif+AX7OPdzmnBjmk00SipigmC4eC9pSPTkeu2RfPS+y1lHtW/m6sIicMWnEQ1i ssQQ== X-Gm-Message-State: AOPr4FX3XT9UQaMsxAehMhokXLIdW2ajjHlavqdr4Y7mJmKg9/Yp/b1Do6JVSvwWlbutmVkxHZH6qyDeMxmTJc05 X-Received: by 10.107.41.210 with SMTP id p201mr26200179iop.106.1461927007336; Fri, 29 Apr 2016 03:50:07 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.39.5 with HTTP; Fri, 29 Apr 2016 03:49:47 -0700 (PDT) In-Reply-To: References: From: Ashesh Vashi Date: Fri, 29 Apr 2016 16:19:47 +0530 Message-ID: Subject: Re: PATCH: Fix resize icon in alertify dialog To: Surinder Kumar Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary=001a1141f3a2f5c42d05319d67c6 X-Pg-Spam-Score: -1.0 (-) 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 --001a1141f3a2f5c42d05319d67c6 Content-Type: text/plain; charset=UTF-8 Thanks - committed! -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company *http://www.linkedin.com/in/asheshvashi* On Mon, Apr 25, 2016 at 10:58 AM, Surinder Kumar < surinder.kumar@enterprisedb.com> wrote: > Hi, > > This patch has fix for issue in which resize dialog icon at right bottom > of dialog was disappeared and still not aligned. > Its fixed by Ashesh > > > Thanks, > Surinder Kumar > > > > -- > Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgadmin-hackers > > --001a1141f3a2f5c42d05319d67c6 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Thanks - committed!

--

Thanks & Regards,=

Ashesh Vashi
EnterpriseDB INDIA: <= a href=3D"http://www.enterprisedb.com" target=3D"_blank">Enterprise Postgre= SQL Company

<= br>

<= a href=3D"http://www.linkedin.com/in/asheshvashi" target=3D"_blank">http= ://www.linkedin.com/in/asheshvashi


On Mon, Apr 25, 2016 at 10:58 AM, Surinder K= umar <surinder.kumar@enterprisedb.com> wrote:<= br>
Hi,

T= his patch has fix for issue in which resize dialog icon at right bottom of = dialog was disappeared and still not aligned.
Its fixed by Ashesh=


Thanks,
Surinder Kumar



--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers=


--001a1141f3a2f5c42d05319d67c6--