QmlJSInspector: Fixed position of crumble path menu

These buttons are not in a regular layout so they were not being resized
down to the available size. Just specify a fixed height on all levels
now, and make sure it is consistent.
This commit is contained in:
Thorbjørn Lindeijer
2011-02-17 11:44:02 +01:00
parent 9552e13c3c
commit b2424347b7
2 changed files with 4 additions and 4 deletions

View File

@@ -42,7 +42,6 @@ ContextCrumblePath::ContextCrumblePath(QWidget *parent)
: CrumblePath(parent)
, m_isEmpty(true)
{
setSizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred);
updateContextPath(QStringList(), QList<int>());
}