Fix resizing of actionbar

We no longer allow it to collapse below it's size hint.
I also reduced the bottom margin.
This commit is contained in:
Jens Bache-Wiig
2010-03-31 18:51:06 +02:00
parent a0a7d5c99b
commit 97901302b3
2 changed files with 8 additions and 1 deletions

View File

@@ -79,6 +79,7 @@ public:
void insertAction(int index, QAction *action);
void addProjectSelector(QAction *action);
QLayout *actionsLayout() const;
QSize minimumSizeHint() const;
private:
QVBoxLayout *m_actionsLayout;