Re: Query tool layout issues

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Query tool layout issues
Date: 2010-03-03 12:25:57
Message-ID: 937d27e11003030425n33107ea7nb05d7630834fc429@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Tue, Mar 2, 2010 at 10:52 PM, Guillaume Lelarge
<guillaume(at)lelarge(dot)info> wrote:
> The color used is #dddddd. Probably I should add the ability to
> customize it, as we can already customize much of the background and
> foreground colors.

Yeah, that works. I agree it should be customisable, seeing as
everything else is.

>> - The buttons to the right of the recent queries combo are not lined up with it.
>>
>
> Can you check query.patch? Works OK for me on GTK, and is less ugly on
> Mac OS X. Is it good enough for you?

Yup, that looks better. Couple of thoughts though...

- Only add a query to the list is it executes without an error,
otherwise it will get spammed with non-functional queries and typos.
- You can probably remove the 'Current' from 'Delete Current' and save
some space. I think current is implied by the fact that the other says
'all'.

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
PG East Conference: http://www.enterprisedb.com/community/nav-pg-east-2010.do

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2010-03-03 20:42:36 SVN Commit by guillaume: r8194 - branches/REL-1_10_0_PATCHES/pgadmin3/i18n/de_DE
Previous Message Guillaume Lelarge 2010-03-02 22:52:05 Re: Query tool layout issues