Re: Numeric alignment in query grid - Mailing list pgadmin-hackers

From Magnus Hagander
Subject Re: Numeric alignment in query grid
Date
Msg-id CABUevEygd3Fn4JNcvw9T22ajj4EpLVKGrpx19bbX4CDtL_CxFg@mail.gmail.com
Whole thread Raw
In response to Re: Numeric alignment in query grid  (Dave Page <dpage@pgadmin.org>)
Responses Re: Numeric alignment in query grid
List pgadmin-hackers
On Wed, Jun 27, 2012 at 4:56 PM, Dave Page <dpage@pgadmin.org> wrote:
> On Wed, Jun 27, 2012 at 2:37 PM, Magnus Hagander <magnus@hagander.net> wrote:
>> Hi!
>>
>> Something that's annoyed me for a long time is that all fields are
>> left-aligned in the query grid. It's a lot easier to read numeric
>> fields when they are right-justified.
>>
>> Attached patch right-justifies fields that are numeric.
>>
>> Two questions:
>>
>> 1) does this seem like a reasonable way of doing it?
>
> Yes.
>
>> 2) do we want to always do this (like this patch), or do we need to
>> create a setting for it?
>
> I don't think there's a great need for a setting, though, we do have
> lots of room for them now, so maybe it wouldn't hurt to avoid annoying
> users that like the old way.

We have room, but adding settings for the sake of settings doesn't
exactly contribute to usability...

How about we do it without the setting, and then we can add the
setting if somebody complains? ;)

(Oh, and I don't suppose i can sneak this into 1.16, can I? :P)

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: Numeric alignment in query grid
Next
From: Dave Page
Date:
Subject: Re: Numeric alignment in query grid