Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

SVN Commit by dpage: r4622 - trunk/pgadmin3/src/frm



Author: dpage
Date: 2005-10-30 16:34:34 +0000 (Sun, 30 Oct 2005)
New Revision: 4622

Modified:
   trunk/pgadmin3/src/frm/frmQuery.cpp
Log:
Show line numbers to aid debugging of functions


Modified: trunk/pgadmin3/src/frm/frmQuery.cpp
===================================================================
--- trunk/pgadmin3/src/frm/frmQuery.cpp	2005-10-30 16:33:52 UTC (rev 4621)
+++ trunk/pgadmin3/src/frm/frmQuery.cpp	2005-10-30 16:34:34 UTC (rev 4622)
@@ -212,7 +212,8 @@
     horizontal->SetMinimumPaneSize(50);
 
     sqlQuery = new ctlSQLBox(horizontal, CTL_SQLQUERY, wxDefaultPosition, wxDefaultSize, wxTE_MULTILINE | wxSIMPLE_BORDER | wxTE_RICH2);
-    sqlQuery->SetMarginWidth(1, 16);
+    sqlQuery->SetMarginWidth(1, 50);
+	sqlQuery->SetMarginType(1, 1);
 
     output = new wxNotebook(horizontal, -1, wxDefaultPosition, wxDefaultSize, wxNB_BOTTOM);
     sqlResult = new ctlSQLResult(output, conn, CTL_SQLRESULT, wxDefaultPosition, wxDefaultSize);




Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group