pgAdmin III commit: Fix frmOptions vertical size

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix frmOptions vertical size
Date: 2010-11-03 20:15:27
Message-ID: 201011032015.oA3KFRWL073530@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix frmOptions vertical size

The last widget of the "Query tool" tab wasn't visible. You had to change the
size of the dialog to see and change the contents of this widget.

Branch
------
REL-1_12_0_PATCHES

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=987f502a649046bcc2d250e09920ad308a9c0c10

Modified Files
--------------
CHANGELOG | 1 +
pgadmin/ui/frmOptions.xrc | 6 +++---
pgadmin/ui/xrcDialogs.cpp | 4 ++--
3 files changed, 6 insertions(+), 5 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2010-11-03 20:18:49 pgAdmin III commit: Fix frmOptions vertical size
Previous Message Guillaume Lelarge 2010-11-03 17:59:46 Re: Ticket 269: Add support for 9.1 ALTER TYPE new syntax for enum