More layout fixes

- Cleaned up frames in the QML inspactor.
- Do not force toolbar height for designer widgets
This commit is contained in:
Jens Bache-Wiig
2010-03-17 14:36:09 +01:00
parent 2d45bb8070
commit 195b17979d
6 changed files with 6 additions and 2 deletions

View File

@@ -75,6 +75,7 @@ ObjectPropertiesView::ObjectPropertiesView(QDeclarativeEngineDebug *client, QWid
setLayout(layout);
m_tree = new QTreeWidget(this);
m_tree->setFrameStyle(QFrame::NoFrame);
m_tree->setAlternatingRowColors(true);
m_tree->setExpandsOnDoubleClick(false);
m_tree->setHeaderLabels(QStringList()