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);


---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

               http://archives.postgresql.org

Reply via email to