Is there any way to increase the default row height in SQL Data Output grids? Because grids having rows that are too narrow to show the text properly is the only annoying thing when I disable high resolution scaling for pgAdmin.
The “Edit Data” grids look much better because the rows are a few pixels taller, for some reason. They still truncate a few pixels from the bottom of the content, but it’s acceptable. SQL Data Output vs Edit Data grids with high resolution scaling disabled: http://i.imgur.com/yyLcFYE.png And for that matter, unrelated to the resolution issues, is there a way to increase the default column width? I hate having to resize each column, especially when the grid has many columns, because by default they are not wide enough in most cases: http://i.imgur.com/ewSW8kP.png Sent from Windows Mail From: Guillaume Lelarge Sent: Wednesday, 1 October, 2014 14:44 To: Vladimir Nicolici Cc: pgadmin-support@postgresql.org Hi, Le 26 sept. 2014 16:33, <vla...@gmail.com> a écrit : > > pgAdmin Version: 1.18.1 > > OS: Microsoft Windows [Version 6.3.9600] (8.1 Pro 64 bit) > > 1. Use Control Panel\Appearance and Personalisation\Display to set a high dpi: > > http://i.imgur.com/WQJmlWe.png > > 2. Logout/login again to make sure the changes are fully applied. > > 3. Open pgAdmin > > Result - pgAdmin is very blury, because it doesn’t support high DPIs and is > up-scaled by Windows: > > http://i.imgur.com/0L8l3Yh.png > > http://i.imgur.com/fBV09X5.png > > Disabling scaling for the application resulted in even worse behavior, like > overlapping UI elements, because some of them were resized and some not. > Well, yeah, PgAdmin is not fully compatible with high DPI display. We need to provide icons with better resolution. And we need a fully compatible wxwidgets library. As far as I can tell, it isn't, at least on windows. Mac os x retinas displays seem to work fine though.