Re: Debugger column width issue. - Mailing list pgadmin-hackers

From Dave Page
Subject Re: Debugger column width issue.
Date
Msg-id CA+OCxoyEc69V+7dWjjhcJAvs4=BZZdRnCZo9xNeJttM-6R2nyQ@mail.gmail.com
Whole thread Raw
In response to Debugger column width issue.  (Sachin Srivastava <sachin.srivastava@enterprisedb.com>)
List pgadmin-hackers
Hi

On Wed, Oct 3, 2012 at 10:59 AM, Sachin Srivastava
<sachin.srivastava@enterprisedb.com> wrote:
>
> Hi,
>
> The parameter type's value exceeds its column width. (See attached snapshot,
> debugger_col_width.png).
>
> The attached patch (debugger_col_width.patch) fixes the issue by using
> wxGrid::AutoSizeColumn(int col).

I wonder if we should auto-size both the first columns and then fill
the remaining space with the third (with a suitable minimum size of
course).

Also, isn't the real problem here that the text is overflowing into
the next cell, instead of being hidden from the border onwards? iirc,
there's a property or attribute you can set to control that, but I
cannot find it right now...

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

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Options dialogue docs
Next
From: Akshay Joshi
Date:
Subject: Updated openssl licence in the documentation