Thread: icon and gui size

icon and gui size

From
jared
Date:
Hello, I am using the version of pgadmin that came packaged with postgres 9.0.

I am wondering if anyone is running this on linux(everything looks fine if it is ran on windows) and has the same issue of the gui being huge.  The icons(on the toolbar) are being cut off about 30% on top and 30% on the bottom with the gui crowding them out.


I see I can zoom out on the query text so it is not so huge(found this on a forum in researching the problem), but the query results area stays huge. and the borders of all the regions seem drastically oversized (compared to running pgadmin on windows)




Re: icon and gui size

From
jared
Date:
I just had a thought and tried it out.  I tried a different theme than the default in ubuntu's 10.04 LTS release and the icons now show properly.  Though the output pane and its data are still quite huge.

On Sat, Sep 3, 2011 at 10:09 AM, jared <afonit@gmail.com> wrote:
Hello, I am using the version of pgadmin that came packaged with postgres 9.0.

I am wondering if anyone is running this on linux(everything looks fine if it is ran on windows) and has the same issue of the gui being huge.  The icons(on the toolbar) are being cut off about 30% on top and 30% on the bottom with the gui crowding them out.


I see I can zoom out on the query text so it is not so huge(found this on a forum in researching the problem), but the query results area stays huge. and the borders of all the regions seem drastically oversized (compared to running pgadmin on windows)





Re: icon and gui size

From
Guillaume Lelarge
Date:
On Sat, 2011-09-03 at 10:09 -0400, jared wrote:
> Hello, I am using the version of pgadmin that came packaged with postgres
> 9.0.
> 
> I am wondering if anyone is running this on linux(everything looks fine if
> it is ran on windows) and has the same issue of the gui being huge.  The
> icons(on the toolbar) are being cut off about 30% on top and 30% on the
> bottom with the gui crowding them out.
> 
> 
> I see I can zoom out on the query text so it is not so huge(found this on a
> forum in researching the problem), but the query results area stays huge.
> and the borders of all the regions seem drastically oversized (compared to
> running pgadmin on windows)

On 1.12, it depends on your font settings in the preference tabs of the
options dialog.

On 1.14, you can also zoom in and out in the query results area.


-- 
Guillaume http://blog.guillaume.lelarge.info http://www.dalibo.com



Re: icon and gui size

From
jared
Date:


On Sat, Sep 3, 2011 at 5:07 PM, Guillaume Lelarge <guillaume@lelarge.info> wrote:
On Sat, 2011-09-03 at 10:09 -0400, jared wrote:
> Hello, I am using the version of pgadmin that came packaged with postgres
> 9.0.
>
> I am wondering if anyone is running this on linux(everything looks fine if
> it is ran on windows) and has the same issue of the gui being huge.  The
> icons(on the toolbar) are being cut off about 30% on top and 30% on the
> bottom with the gui crowding them out.
>
>
> I see I can zoom out on the query text so it is not so huge(found this on a
> forum in researching the problem), but the query results area stays huge.
> and the borders of all the regions seem drastically oversized (compared to
> running pgadmin on windows)

On 1.12, it depends on your font settings in the preference tabs of the
options dialog.

On 1.14, you can also zoom in and out in the query results area.

The font settings helped out some - thanks for the suggestion.  I will also check out the new version - thank you.