[Ktutorial-commits] SF.net SVN: ktutorial:[319] trunk/ktutorial/ktutorial-editor/src/ KTutorialEdit
Status: Alpha
Brought to you by:
danxuliu
|
From: <dan...@us...> - 2011-06-08 14:49:19
|
Revision: 319
http://ktutorial.svn.sourceforge.net/ktutorial/?rev=319&view=rev
Author: danxuliu
Date: 2011-06-08 14:49:14 +0000 (Wed, 08 Jun 2011)
Log Message:
-----------
Enable word wrap in the tutorial tree view.
Modified Paths:
--------------
trunk/ktutorial/ktutorial-editor/src/KTutorialEditor.cpp
Modified: trunk/ktutorial/ktutorial-editor/src/KTutorialEditor.cpp
===================================================================
--- trunk/ktutorial/ktutorial-editor/src/KTutorialEditor.cpp 2011-06-08 14:44:12 UTC (rev 318)
+++ trunk/ktutorial/ktutorial-editor/src/KTutorialEditor.cpp 2011-06-08 14:49:14 UTC (rev 319)
@@ -49,6 +49,7 @@
mTreeView = new AutoExpandableTreeView();
mTreeView->setObjectName("centralTreeView");
+ mTreeView->setWordWrap(true);
setCentralWidget(mTreeView);
setupDocks();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|