mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
Zoom in on the contexl help window by press "+"
This commit is contained in:
parent
eee87648bf
commit
c1b222ee43
2 changed files with 25 additions and 12 deletions
|
|
@ -1452,7 +1452,7 @@ retry:
|
|||
if (pos == wxString::npos)
|
||||
pos = len;
|
||||
int x=rect.GetRight()-1;
|
||||
int yb=rect.GetTop();
|
||||
int yb=rect.GetTop()+1; //GRID_TEXT_MARGIN
|
||||
int c=0;
|
||||
while (pos > 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue