BTW, i found another related bug:
If you resize a row manually, then you try to zoom in/out using the mouse
wheel, the text size changes, but the row height no longer changes.
I think that is because the default value for the resizeExistingRows parameter
of theSetDefaultRowSize method is “fal
Found the reason the “Edit” grid looks better, rows have 2 more pixels.
in frmEditGrid.cpp:
#ifdef __WXMSW__
sqlGrid->SetDefaultRowSize(sqlGrid->GetDefaultRowSize() + 2, true);
#endif
The commit comment is:
commit ec4098968604f0acd3ef34fad56afb63b9add062
Author: Steffen Kuhn 2010-09-0
Yes, that’s perfect. Thanks.
Sent from Windows Mail
From: J.F. Oster
Sent: Sunday, 19 October, 2014 16:24
To: Vladimir Nicolici
Cc: pgadmin-support@postgresql.org
Hi,
vgc> And for that matter, unrelated to the resolution issues, is
vgc> there a way to increase the default
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
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 - pgAd