forked from qt-creator/qt-creator
Outline: Exchange position of Filter, Sync buttons
Make it the same order as in the Projects sidebar
This commit is contained in:
@@ -176,8 +176,8 @@ Core::NavigationView OutlineFactory::createWidget()
|
||||
Core::NavigationView n;
|
||||
OutlineWidgetStack *placeHolder = new OutlineWidgetStack(this);
|
||||
n.widget = placeHolder;
|
||||
n.dockToolBarWidgets.append(placeHolder->toggleSyncButton());
|
||||
n.dockToolBarWidgets.append(placeHolder->filterButton());
|
||||
n.dockToolBarWidgets.append(placeHolder->toggleSyncButton());
|
||||
return n;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user