forked from qt-creator/qt-creator
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user