QmlDesigner.Navigator: Long text in items' names is elided

This commit is contained in:
Christiaan Janssen
2010-02-16 11:34:56 +01:00
parent aec39f557c
commit 2e1a68b1ae
2 changed files with 3 additions and 12 deletions

View File

@@ -90,7 +90,7 @@ void NavigatorView::modelAttached(Model *model)
treeWidget()->header()->setResizeMode(0, QHeaderView::Stretch);
treeWidget()->header()->resizeSection(1,26);
treeWidget()->setRootIsDecorated(false);
treeWidget()->setIndentation(40);
treeWidget()->setIndentation(20);
#ifdef _LOCK_ITEMS_
treeWidget()->header()->resizeSection(2,20);
#endif