[Uml-devel] kdesdk/umbrello/umbrello/dialogs

Brian Thomas thomas at mail630.gsfc.nasa.gov
Thu Sep 25 09:15:16 UTC 2003


CVS commit by thomas: 

minor cleanup: remove margin..looks better without it


  M +2 -2      codeeditor.cpp   1.12


--- kdesdk/umbrello/umbrello/dialogs/codeeditor.cpp  #1.11:1.12
@@ -690,10 +690,10 @@ void CodeEditor::init ( CodeViewerDialog
 
         // set some viewability parameters
-        int margin = fontMetrics().height();
+        //int margin = fontMetrics().height();
 
         QBrush pbrush = QBrush ( getState().paperColor);
         setPaper(pbrush);
 
-        setMargin(margin);
+        // setMargin(margin);
 
 //       connect(this,SIGNAL(newLinePressed()),this,SLOT(newLinePressed()));






More information about the umbrello-devel mailing list