toolbar-flexibility disabled in quirks-mode; shall I really spend my time on this tosh instead of solving real functional problems?; refs #127
This commit is contained in:
@@ -183,6 +183,8 @@ class Browser: public QMainWindow, protected Ui::Browser {
|
||||
assert(connect(_search, SIGNAL(returnPressed()),
|
||||
SLOT(on_actionSearch_triggered())));
|
||||
if (_quirks) {
|
||||
_toolbar->setMovable(false);
|
||||
_toolbar->setFloatable(false);
|
||||
_toolbar->addAction(actionAddBookmark);
|
||||
_toolbar->addAction(actionHome);
|
||||
}
|
||||
|
Reference in New Issue
Block a user