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

@@ -41,7 +41,7 @@ InspectorOutputWidget::InspectorOutputWidget(QWidget *parent)
: QTextEdit(parent)
{
setWindowTitle(tr("Output"));
setFrameStyle(QFrame::NoFrame);
m_clearContents = new QAction(QString(tr("Clear")), this);
m_clearContents->setIcon(QIcon(Core::Constants::ICON_CLEAR));
connect(m_clearContents, SIGNAL(triggered()), SLOT(clear()));