forked from qt-creator/qt-creator
More layout fixes
- Cleaned up frames in the QML inspactor. - Do not force toolbar height for designer widgets
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user